mirror of
https://github.com/onyx-and-iris/q3rcon-tui.git
synced 2026-02-26 03:09:09 +00:00
include the command in the error message
This commit is contained in:
parent
74ed189ca5
commit
9b3ae629f3
@ -70,7 +70,7 @@ class RconApp(App):
|
|||||||
)
|
)
|
||||||
except RCONError:
|
except RCONError:
|
||||||
output = (
|
output = (
|
||||||
'Unable to execute command.',
|
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.',
|
||||||
)
|
)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user