Skip to content

Commit

Permalink
Fix other tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
dbernstein committed Aug 22, 2024
1 parent 74ae9e6 commit e8f7255
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/palace/manager/core/query/playtime_entries.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ def insert_playtime_entries(
library_name=library.name,
timestamp=entry.during_minute,
total_seconds_played=entry.seconds_played,
loan_identfier=loan_identifier,
loan_identifier=loan_identifier,
)
except IntegrityError as ex:
logging.getLogger("Time Tracking").error(
Expand Down

0 comments on commit e8f7255

Please sign in to comment.