Traitement SIGTERM
This commit is contained in:
parent
206aa0ed7c
commit
790382b55b
1 changed files with 2 additions and 0 deletions
2
run.py
2
run.py
|
@ -149,4 +149,6 @@ dispatcher.add_handler(infos_handler)
|
|||
|
||||
withdraw_handler = CommandHandler('withdraw', withdraw, pass_args=True)
|
||||
dispatcher.add_handler(withdraw_handler)
|
||||
|
||||
updater.start_polling()
|
||||
updater.idle()
|
||||
|
|
Loading…
Add table
Reference in a new issue