From 1cee478197ff60172a66a89f394495babb6f7e2f Mon Sep 17 00:00:00 2001 From: onyx-and-iris Date: Fri, 20 Feb 2026 18:21:04 +0000 Subject: [PATCH] remove trailing space --- src/q3rcon_tui/tui.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/q3rcon_tui/tui.py b/src/q3rcon_tui/tui.py index d78b750..5088b85 100644 --- a/src/q3rcon_tui/tui.py +++ b/src/q3rcon_tui/tui.py @@ -70,7 +70,7 @@ class RconApp(App): ) except RCONError: output = ( - f'Unable to execute command {cmd}. ', + f'Unable to execute command {cmd}.', 'It may be due to a map change or a server restart.', 'If the problem persists, please check your connection settings and ensure the server is running.', )