fix spinner suffix

This commit is contained in:
2026-03-23 13:17:45 +00:00
parent ac5b117e2c
commit 7af5caad89
5 changed files with 5 additions and 5 deletions

View File

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