diff --git a/tasks.py b/tasks.py index a87b068..ddf5194 100644 --- a/tasks.py +++ b/tasks.py @@ -11,7 +11,7 @@ async def cleanup(): debug("spawned cleanup thread") while True: - await asyncio.sleep(3600 * 12) + await asyncio.sleep(3600) targets = [] for guild_id, player in players.items():