Skip to content

Commit

Permalink
extra logging
Browse files Browse the repository at this point in the history
  • Loading branch information
extreme4all committed Nov 14, 2023
1 parent aabd802 commit 8d6117d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/jobs/kafka/players/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,7 @@ async def get_data(receive_queue: Queue):
params["player_id"] = max_id

if today != last_day:
logger.info("New day!, resetting player_id to 0")
params["player_id"] = 0


Expand Down

0 comments on commit 8d6117d

Please sign in to comment.