Dooratre commited on
Commit
6a674e3
·
verified ·
1 Parent(s): d170ad7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -65,4 +65,4 @@ def echo_all(message):
65
  print(conversation_history)
66
 
67
  # Specify the host parameter when calling the polling method
68
- bot.polling(host="0.0.0.0", port=7860)
 
65
  print(conversation_history)
66
 
67
  # Specify the host parameter when calling the polling method
68
+ bot.polling(dp, skip_updates=True)