diff --git a/retweetbot.py b/retweetbot.py index b6147c0..47a2a96 100644 --- a/retweetbot.py +++ b/retweetbot.py @@ -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):