Update app.py
Browse files
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(
|
|
|
65 |
print(conversation_history)
|
66 |
|
67 |
# Specify the host parameter when calling the polling method
|
68 |
+
bot.polling(dp, skip_updates=True)
|