add logging

This commit is contained in:
bakatrouble 2023-03-30 22:59:26 +03:00
parent 9797ba4d24
commit 078c9270b7

View File

@ -134,6 +134,7 @@ async def background_on_start():
while True:
logging.warning('Checking updates...')
await check_updates()
logging.warning('Sleeping...')
await asyncio.sleep(60)