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 Maprestart(Command):
@override
async def run(self):
async with Spinner('Restarting map...'):
async with Spinner('Restarting map', suffix='...'):
async with Client(
self.host, self.port, self.password, fragment_read_timeout=1
) as client: