Unnecessary lines removed

This commit is contained in:
Stefano Assenzo 2022-10-01 09:46:10 +02:00
parent 394add3c4b
commit 230e822ee6
1 changed files with 0 additions and 1 deletions

View File

@ -239,5 +239,4 @@ def send_automatically1():
else: else:
recheck_game() recheck_game()
schedule.every(10).seconds.do(recheck_game)
bot.polling() bot.polling()