Update main.py

This commit is contained in:
Stefano Assenzo 2023-03-07 15:45:34 +01:00 committed by GitHub
parent f7f9181c6c
commit 9894a6957c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 2 deletions

View File

@ -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()