fix tele bot
Browse files- telegram_bot.py +4 -0
telegram_bot.py
CHANGED
|
@@ -85,3 +85,7 @@ def start_telegram_bot() -> None:
|
|
| 85 |
)
|
| 86 |
|
| 87 |
application.run_polling()
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 85 |
)
|
| 86 |
|
| 87 |
application.run_polling()
|
| 88 |
+
|
| 89 |
+
|
| 90 |
+
if __name__ == "__main__":
|
| 91 |
+
start_telegram_bot()
|