fix that countdown can get stuck

This commit is contained in:
Fabian Dill
2020-07-05 21:46:44 +02:00
parent 12273c396b
commit f998ae1a09

View File

@@ -369,6 +369,7 @@ async def countdown(ctx: Context, timer):
ctx.countdown_timer -= 1
await asyncio.sleep(1)
ctx.notify_all(f'[Server]: GO')
ctx.countdown_timer = 0
async def missing(ctx: Context, client: Client, locations: list):
await ctx.send_msgs(client, [['Missing', {