diff --git a/src/ragnar/bot.py b/src/ragnar/bot.py index 6428a44..7acf016 100644 --- a/src/ragnar/bot.py +++ b/src/ragnar/bot.py @@ -95,7 +95,7 @@ class Bot: self.rsleepii() rant = self.api.get_rant(rant_id) for comment in rant.get("comments", []): - if self.names.get(self.username,"") in comment.get("body", ""): + if self.names.get(self.username, "") in comment.get("body", ""): return True return False