make delay longer

This commit is contained in:
bakatrouble 2023-04-15 18:06:38 +03:00
parent 7ef6df69d2
commit db985f6f29

View File

@ -172,7 +172,7 @@ async def background_on_start():
except Exception as e: except Exception as e:
logging.exception(e) logging.exception(e)
logging.warning('Sleeping...') logging.warning('Sleeping...')
await asyncio.sleep(60) await asyncio.sleep(600)
async def on_bot_startup(dp: Dispatcher): async def on_bot_startup(dp: Dispatcher):