Skip to content

Commit

Permalink
int instead of bool
Browse files Browse the repository at this point in the history
  • Loading branch information
extreme4all committed Oct 5, 2023
1 parent 91f2dfd commit 84b950e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/jobs/kafka/players/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ async def main(self):
params = {
"page_size": APPCONFIG.BATCH_SIZE,
"player_id": max_id,
"greater_than": True,
"greater_than": 1,
}
url = f"{APPCONFIG.ENDPOINT}/v2/player/"
while True:
Expand Down

0 comments on commit 84b950e

Please sign in to comment.