This commit is contained in:
parent
5d74e4f108
commit
7282bd2780
@ -170,4 +170,4 @@ class Bot:
|
|||||||
|
|
||||||
def down_vote_rant(self, rant):
|
def down_vote_rant(self, rant):
|
||||||
log.warning("Downvoting rant by {}.".format(rant["user_username"]))
|
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)))
|
||||||
|
Loading…
Reference in New Issue
Block a user