From 9894a6957c259dcc9946599a4c8381194c7ba097 Mon Sep 17 00:00:00 2001 From: Stefano Assenzo Date: Tue, 7 Mar 2023 15:45:34 +0100 Subject: [PATCH] Update main.py --- src/bot/telegram/main.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/bot/telegram/main.py b/src/bot/telegram/main.py index 3e63e1e..3f90921 100644 --- a/src/bot/telegram/main.py +++ b/src/bot/telegram/main.py @@ -93,6 +93,4 @@ now = datetime.datetime.now() t1 = threading.Thread(target=bot.polling).start() while True: - now = datetime.datetime.now() - print(now) schedule.run_pending()