Skip to content

Commit

Permalink
modified: src/jobs/kafka/players/main.py
Browse files Browse the repository at this point in the history
  • Loading branch information
extreme4all committed Nov 14, 2023
1 parent d9e6879 commit 4656e6f
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 get_data(receive_queue: Queue):
continue

players = await parse_data(players=players)
logger.info({"reeived": len(players), "max_id": {params.get("player_id")}})
logger.info({"received": len(players), "max_id": {params.get("player_id")}})

await asyncio.gather(*[receive_queue.put(item=p) for p in players])

Expand Down

0 comments on commit 4656e6f

Please sign in to comment.