forked from ticketfrei/ticketfrei
typo
This commit is contained in:
parent
e64e3702f6
commit
96ef5e2a3f
|
@ -54,7 +54,7 @@ class RetweetBot(object):
|
|||
self.trigger = trigger
|
||||
self.waitcounter = 0
|
||||
|
||||
self.log = log.log.log(logpath)
|
||||
self.log = log.Log(logpath)
|
||||
|
||||
|
||||
def get_api_keys(self):
|
||||
|
|
Loading…
Reference in a new issue