make delay longer
This commit is contained in:
parent
7ef6df69d2
commit
db985f6f29
2
main.py
2
main.py
@ -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):
|
||||||
|
Loading…
Reference in New Issue
Block a user