Skip to content

Commit

Permalink
bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
extreme4all committed Nov 19, 2023
1 parent b4f6a8d commit 894b216
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 @@ -138,7 +138,7 @@ async def get_data(receive_queue: Queue):
if today != last_day:
logger.info("New day!, resetting player_id to 0")
params["player_id"] = 0
today = last_day
last_day = today

if len_players < APPCONFIG.BATCH_SIZE:
sleep_time = 300
Expand Down

0 comments on commit 894b216

Please sign in to comment.