From c8e2efc848a0d3aa79500e19f101d532b8212995 Mon Sep 17 00:00:00 2001 From: b3yond Date: Sun, 23 Jul 2017 15:52:57 +0200 Subject: [PATCH] fixed sending DMs in shutdown() --- retweetbot.py | 1 + 1 file changed, 1 insertion(+) diff --git a/retweetbot.py b/retweetbot.py index ef5cd75..adcfb0f 100644 --- a/retweetbot.py +++ b/retweetbot.py @@ -38,6 +38,7 @@ class RetweetBot(object): access_token_secret=keys[3]) self.historypath = historypath try: + self.no_shutdown_contact = False self.user_id = self.config['tapp']['shutdown_contact_userid'] self.screen_name = \ self.config['tapp']['shutdown_contact_screen_name']