From 92987fb3689a65e94921b4f1f86378b2fe6e5fd6 Mon Sep 17 00:00:00 2001 From: Migatu Date: Fri, 29 Mar 2024 21:44:06 +0100 Subject: [PATCH] as --- bot.py | 1 + 1 file changed, 1 insertion(+) diff --git a/bot.py b/bot.py index 328b580..1e99f67 100644 --- a/bot.py +++ b/bot.py @@ -646,6 +646,7 @@ async def check_data(): global LAST_SPONTANEOUS_CALL tdelta = LAST_SPONTANEOUS_CALL - datetime.now() tdelta = tdelta.total_seconds() + logger.info(tdelta) if tdelta > 12: channel = client.get_channel(1062047571557744721) LAST_SPONTANEOUS_CALL = datetime.now()