[imports] Clean up logs and fix missing tz for birding
All checks were successful
build & deploy / test (push) Successful in 1m59s
build & deploy / build-and-deploy (push) Successful in 38s

This commit is contained in:
2026-05-23 16:22:52 -04:00
parent 72fa41977e
commit 645e81299b
3 changed files with 12 additions and 10 deletions

View File

@ -539,9 +539,7 @@ def email_scrobble_board_game(
scrobble = None
if timestamp.year > 2023:
logger.info(
"Scrobbles older than 2024 likely have no time associated just create it"
)
# Scrobbles older than 2023 have play times, so try looking it up
scrobble = Scrobble.objects.filter(
board_game=base_game, user_id=user_id, timestamp=timestamp
).first()