Skip to content

Commit

Permalink
Logging
Browse files Browse the repository at this point in the history
  • Loading branch information
Feramance committed Dec 6, 2024
1 parent 449b1aa commit 48ffcbf
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 @@ -1620,6 +1620,7 @@ def db_get_files_movies(self) -> list[list[MoviesFilesModel, bool, bool]] | None

def db_get_request_files(self) -> Iterable[tuple[MoviesFilesModel | EpisodeFilesModel, int]]:
entries = []
self.logger.trace("Getting request files")
if self.type == "sonarr":
condition = self.model_file.IsRequest is True
if self.do_upgrade_search:
Expand Down

0 comments on commit 48ffcbf

Please sign in to comment.