Changed to clean startup

This commit is contained in:
vylion 2020-10-26 23:16:31 +01:00
parent 64c117258d
commit 3402aa6899

View file

@ -130,7 +130,7 @@ def main():
speakerbot.wake(updater.bot, wake_msg) speakerbot.wake(updater.bot, wake_msg)
# Start the Bot # Start the Bot
updater.start_polling() updater.start_polling(clean=True)
# Run the bot until you press Ctrl-C or the process receives SIGINT, # 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 # SIGTERM or SIGABRT. This should be used most of the time, since