From 3402aa68998a7f5a5dac479264373827ec3ee874 Mon Sep 17 00:00:00 2001 From: vylion Date: Mon, 26 Oct 2020 23:16:31 +0100 Subject: [PATCH] Changed to clean startup --- velasco.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/velasco.py b/velasco.py index 0c6dfa0..0891be4 100644 --- a/velasco.py +++ b/velasco.py @@ -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