Skip to content

Commit

Permalink
[build] Debbugging sonarr series search
Browse files Browse the repository at this point in the history
  • Loading branch information
Feramance committed Oct 30, 2023
1 parent 184ba4a commit c0157d6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions qBitrr/arss.py
Original file line number Diff line number Diff line change
Expand Up @@ -1976,6 +1976,7 @@ def db_update_single_series(
"Updating database entry | %s",
Title,
)
self.logger.trace("Updating database entry | %s | %s", Title, searched)
to_update = {
self.series_file_model.Monitored: Monitored,
self.series_file_model.Title: Title,
Expand Down Expand Up @@ -3778,6 +3779,7 @@ def run_search_loop(self) -> NoReturn:
self.force_grab()
raise RestartLoopException
for entry, todays, limit_bypass, series_search in self.db_get_files():
self.logger.debug("Maybe searching %s", entry.Title)
while (
self.maybe_do_search(
entry,
Expand Down

0 comments on commit c0157d6

Please sign in to comment.