Skip to content

Commit

Permalink
[patch] Hotifx
Browse files Browse the repository at this point in the history
  • Loading branch information
Feramance committed Aug 24, 2023
1 parent f90c10b commit fb3664d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qBitrr/arss.py
Original file line number Diff line number Diff line change
Expand Up @@ -1383,7 +1383,7 @@ def db_update(self):
.order_by(self.model_arr_file.Added.desc())
):
self.db_update_single_series(db_entry=movies)
except BaseException:
except BaseException as e:
self.logger.error(e.message)
raise DelayLoopException(length=300, type="delay")
self.logger.trace(f"Finished updating database")
Expand Down

0 comments on commit fb3664d

Please sign in to comment.