diff --git a/boot.py b/boot.py index 0ad4f18..2c83a95 100644 --- a/boot.py +++ b/boot.py @@ -39,9 +39,9 @@ async def connect(): except: pass finally: - await asyncio.sleep(2) + await asyncio.sleep(60*2) else: connectingFor = 0 - await asyncio.sleep(2) + await asyncio.sleep(60*15) -loop.create_task(connect()) \ No newline at end of file +loop.create_task(connect())