mirror of
https://github.com/onyx-and-iris/q3rcon-cli.git
synced 2026-04-18 15:03:46 +00:00
fix spinner suffix
This commit is contained in:
@@ -24,7 +24,7 @@ class Map(Command):
|
||||
console.out.print_cvar(response)
|
||||
return
|
||||
|
||||
async with Spinner('Changing map...'):
|
||||
async with Spinner('Changing map', suffix='...'):
|
||||
async with Client(
|
||||
self.host, self.port, self.password, fragment_read_timeout=1
|
||||
) as client:
|
||||
|
||||
Reference in New Issue
Block a user