fixed sending DMs in shutdown()

This commit is contained in:
b3yond 2017-07-23 15:52:57 +02:00
parent d1dc51abea
commit c8e2efc848
1 changed files with 1 additions and 0 deletions

View File

@ -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']