Upto12forenglish commited on
Commit
06120d6
1 Parent(s): affd058

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -17,4 +17,4 @@ def echo_all(message):
17
  bot.reply_to(message, message.text)
18
 
19
  # Start the bot
20
- bot.polling()
 
17
  bot.reply_to(message, message.text)
18
 
19
  # Start the bot
20
+ bot.polling(skip_pending=True)