Spaces:
Running
Running
ilang-ai commited on
Commit ·
1a4abb9
1
Parent(s): 1acab1c
fix: timeout params on builder not run_polling
Browse files
bot.py
CHANGED
|
@@ -490,10 +490,6 @@ def main():
|
|
| 490 |
app.run_polling(
|
| 491 |
drop_pending_updates=True,
|
| 492 |
allowed_updates=["message", "callback_query", "my_chat_member"],
|
| 493 |
-
connect_timeout=30,
|
| 494 |
-
read_timeout=30,
|
| 495 |
-
write_timeout=30,
|
| 496 |
-
pool_timeout=30,
|
| 497 |
bootstrap_retries=10
|
| 498 |
)
|
| 499 |
|
|
|
|
| 490 |
app.run_polling(
|
| 491 |
drop_pending_updates=True,
|
| 492 |
allowed_updates=["message", "callback_query", "my_chat_member"],
|
|
|
|
|
|
|
|
|
|
|
|
|
| 493 |
bootstrap_retries=10
|
| 494 |
)
|
| 495 |
|