Skip to content

Commit

Permalink
Request search testing
Browse files Browse the repository at this point in the history
  • Loading branch information
Feramance committed Dec 5, 2024
1 parent 6a33824 commit a69262b
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 @@ -1694,6 +1694,7 @@ def db_get_request_files(self) -> Iterable[MoviesFilesModel | EpisodeFilesModel]
.execute()
)
for entry in entries:
self.logger.trace("Yielding request %s", entry.Title)
yield entry, len(entries)

def db_request_update(self):
Expand Down

0 comments on commit a69262b

Please sign in to comment.