defaults are dealt with by CMD_CONFIG

This commit is contained in:
onyx-and-iris 2026-03-23 14:53:33 +00:00
parent 968cd2dc8a
commit 60afda97dc

View File

@ -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(