Unnecessary lines removed

This commit is contained in:
Stefano Assenzo
2022-10-01 09:46:10 +02:00
parent 394add3c4b
commit 230e822ee6

View File

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