mirror of
https://github.com/onyx-and-iris/q3rcon-cli.git
synced 2026-03-24 02:39:18 +00:00
don't print empty response
This commit is contained in:
parent
296b1eff3e
commit
03597b580f
@ -116,6 +116,8 @@ class Q3rconCli(Command):
|
|||||||
console.err.print(
|
console.err.print(
|
||||||
f"Timeout waiting for response for command: '{command}'"
|
f"Timeout waiting for response for command: '{command}'"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
if response:
|
||||||
console.out.print_response(response)
|
console.out.print_response(response)
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user