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,7 +116,9 @@ class Q3rconCli(Command):
|
||||
console.err.print(
|
||||
f"Timeout waiting for response for command: '{command}'"
|
||||
)
|
||||
console.out.print_response(response)
|
||||
|
||||
if response:
|
||||
console.out.print_response(response)
|
||||
|
||||
|
||||
def main():
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user