move empty response test into {OutConsole}.print_response()

This commit is contained in:
2026-03-23 20:45:28 +00:00
parent 3062cfa4d8
commit 68f917286f
2 changed files with 3 additions and 5 deletions

View File

@@ -117,8 +117,7 @@ class Q3rconCli(Command):
f"Timeout waiting for response for command: '{command}'"
)
if response:
console.out.print_response(response)
console.out.print_response(response)
def main():