небольшая правка логирования
This commit is contained in:
@@ -59,6 +59,7 @@ async def ami_listening():
|
|||||||
while True:
|
while True:
|
||||||
now = datetime.now()
|
now = datetime.now()
|
||||||
if now.hour == 23 and now.minute == 0 and now.second < 5:
|
if now.hour == 23 and now.minute == 0 and now.second < 5:
|
||||||
|
logger.info("Checking pending calls...")
|
||||||
await callhandler.check_pending()
|
await callhandler.check_pending()
|
||||||
await asyncio.sleep(60)
|
await asyncio.sleep(60)
|
||||||
else:
|
else:
|
||||||
|
|||||||
Reference in New Issue
Block a user