diff --git a/ampache2irc.py b/ampache2irc.py index 495c19f..4e41680 100755 --- a/ampache2irc.py +++ b/ampache2irc.py @@ -42,12 +42,12 @@ class Ampache2IRC(irc.bot.SingleServerIRCBot): if(self.last_seen is None or entry.published_parsed > self.last_seen): haikunator = Haikunator(entry.comments - .replace(config.ampache_URL, "") - .strip("/")) + .replace(config.ampache_URL, "") + .strip("/")) serv.privmsg(config.channel, "%c%02d %s (%s)" % (3, 14, entry.title, - haikunator.haikunate(token_length=0))) + haikunator.haikunate(token_length=0))) self.last_seen = entry.published_parsed def on_welcome(self, serv, ev):