Update main.py
This commit is contained in:
parent
f7f9181c6c
commit
9894a6957c
|
@ -93,6 +93,4 @@ now = datetime.datetime.now()
|
||||||
t1 = threading.Thread(target=bot.polling).start()
|
t1 = threading.Thread(target=bot.polling).start()
|
||||||
|
|
||||||
while True:
|
while True:
|
||||||
now = datetime.datetime.now()
|
|
||||||
print(now)
|
|
||||||
schedule.run_pending()
|
schedule.run_pending()
|
||||||
|
|
Loading…
Reference in New Issue