diff --git a/src/ragnar/bot.py b/src/ragnar/bot.py index ff0f970..0e579ed 100644 --- a/src/ragnar/bot.py +++ b/src/ragnar/bot.py @@ -170,4 +170,4 @@ class Bot: def down_vote_rant(self, rant): log.warning("Downvoting rant by {}.".format(rant["user_username"])) - log.debug(json.loads(self.api.post_rant_vote(rant["id"], -1))) + log.debug("Vote result: ".format(self.api.post_rant_vote(rant["id"], -1)))