remove trailing space

This commit is contained in:
onyx-and-iris 2026-02-20 18:21:04 +00:00
parent fcc91b7e34
commit 1cee478197

View File

@ -70,7 +70,7 @@ class RconApp(App):
) )
except RCONError: except RCONError:
output = ( 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.', '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.', 'If the problem persists, please check your connection settings and ensure the server is running.',
) )