mirror of
https://github.com/onyx-and-iris/q3rcon-cli.git
synced 2026-04-16 14:03:42 +00:00
don't print empty response
This commit is contained in:
@@ -116,7 +116,9 @@ 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}'"
|
||||||
)
|
)
|
||||||
console.out.print_response(response)
|
|
||||||
|
if response:
|
||||||
|
console.out.print_response(response)
|
||||||
|
|
||||||
|
|
||||||
def main():
|
def main():
|
||||||
|
|||||||
Reference in New Issue
Block a user