2 Commits

Author SHA1 Message Date
3062cfa4d8 patch bump 2026-03-23 20:40:13 +00:00
03597b580f don't print empty response 2026-03-23 20:39:59 +00:00
2 changed files with 4 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
# SPDX-FileCopyrightText: 2026-present onyx-and-iris <code@onyxandiris.online>
#
# SPDX-License-Identifier: MIT
__version__ = '0.3.0'
__version__ = '0.3.1'

View File

@@ -116,6 +116,8 @@ class Q3rconCli(Command):
console.err.print(
f"Timeout waiting for response for command: '{command}'"
)
if response:
console.out.print_response(response)