mirror of
https://github.com/onyx-and-iris/q3rcon-cli.git
synced 2026-03-23 18:29:18 +00:00
defaults are dealt with by CMD_CONFIG
This commit is contained in:
parent
968cd2dc8a
commit
60afda97dc
@ -95,9 +95,8 @@ class Q3rconCli(Command):
|
||||
self.host,
|
||||
self.port,
|
||||
self.password,
|
||||
timeout=timeout or DEFAULT_TIMEOUT,
|
||||
fragment_read_timeout=fragment_read_timeout
|
||||
or DEFAULT_FRAGMENT_READ_TIMEOUT,
|
||||
timeout=timeout,
|
||||
fragment_read_timeout=fragment_read_timeout,
|
||||
) as client:
|
||||
try:
|
||||
if response := await client.send_command(
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user