fix: correct off-by-one error in pagination offset calculation for user list endpoint
This commit is contained in:
+1
-1
@@ -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)))
|
||||
|
||||
Reference in New Issue
Block a user