Skip to content

Commit

Permalink
Added another exception handler to series metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
Feramance committed Dec 15, 2023
1 parent 82098be commit 2fb3997
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions qBitrr/arss.py
Original file line number Diff line number Diff line change
Expand Up @@ -2084,6 +2084,7 @@ def db_update_single_series(
requests.exceptions.ChunkedEncodingError,
requests.exceptions.ContentDecodingError,
requests.exceptions.ConnectionError,
JSONDecodeError,
):
completed = True
QualityUnmet = movieData.get("qualityCutoffNotMet", False)
Expand Down

0 comments on commit 2fb3997

Please sign in to comment.