mirror of
https://gitlab.com/vylion/velascobot.git
synced 2025-04-19 13:36:36 +02:00
Changed to clean startup
This commit is contained in:
parent
64c117258d
commit
3402aa6899
1 changed files with 1 additions and 1 deletions
|
@ -130,7 +130,7 @@ def main():
|
|||
speakerbot.wake(updater.bot, wake_msg)
|
||||
|
||||
# Start the Bot
|
||||
updater.start_polling()
|
||||
updater.start_polling(clean=True)
|
||||
|
||||
# Run the bot until you press Ctrl-C or the process receives SIGINT,
|
||||
# SIGTERM or SIGABRT. This should be used most of the time, since
|
||||
|
|
Loading…
Reference in a new issue