небольшая правка логирования

This commit is contained in:
Dev PC
2025-08-04 20:34:43 +03:00
parent 5bcceb478e
commit b9a37aea9c
+1
View File
@@ -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: