Fixed bug.
Some checks failed
Build Ragnar anti spam bot / Build (push) Has been cancelled

This commit is contained in:
retoor 2024-12-17 13:45:41 +01:00
parent 5d74e4f108
commit 7282bd2780

View File

@ -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)))