[imports] Clean up logs and fix missing tz for birding
This commit is contained in:
@ -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()
|
||||
|
||||
Reference in New Issue
Block a user