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

@@ -14,7 +14,7 @@ class Maprotate(Command):
@override
async def run(self):
async with Spinner('Rotating map...'):
async with Spinner('Rotating map', suffix='...'):
async with Client(
self.host, self.port, self.password, fragment_read_timeout=1
) as client: