Skip to content

Commit

Permalink
tweaking logging
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul Philion committed Feb 29, 2024
1 parent 363a8ea commit dced68d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion redmine.py
Original file line number Diff line number Diff line change
Expand Up @@ -865,7 +865,7 @@ def reindex_users(self):
self.discord_users.clear()

# rebuild the indicies
response = self.query("/users.json?limit=1000") ## fixme max limit? paging?
response = self.query("/users.json") ## fixme max limit? paging?
if response.users:
for user in response.users:
self.users[user.login] = user.id
Expand Down

0 comments on commit dced68d

Please sign in to comment.