Skip to content

Commit

Permalink
Updated key error debug for series
Browse files Browse the repository at this point in the history
  • Loading branch information
Feramance committed Feb 5, 2024
1 parent a8889fd commit 3822c3d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion qBitrr/arss.py
Original file line number Diff line number Diff line change
Expand Up @@ -2231,7 +2231,9 @@ def db_update_single_series(
):
completed = True
except KeyError:
self.logger.warning("Key Error [%s]", db_entry["id"])
self.logger.warning(
"Key Error [%s][%s]", db_entry["id"], seriesMetadata
)
completed = True
episodeCount = 0
episodeFileCount = 0
Expand Down

0 comments on commit 3822c3d

Please sign in to comment.