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