fixed sending DMs in shutdown()
This commit is contained in:
parent
d1dc51abea
commit
c8e2efc848
|
@ -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']
|
||||
|
|
Loading…
Reference in a new issue