dh-mc commited on
Commit
7fe5844
1 Parent(s): 3cecdfd

fix tele bot

Browse files
Files changed (1) hide show
  1. 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()