Skip to content

Commit

Permalink
Added trace logs
Browse files Browse the repository at this point in the history
  • Loading branch information
Feramance committed Nov 20, 2023
1 parent d1e4aab commit 9904703
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions qBitrr/arss.py
Original file line number Diff line number Diff line change
Expand Up @@ -1232,6 +1232,12 @@ def db_get_files_series(
.execute()
):
self.logger.trace("Getting %s | %s", entry_.Title, entry_.Searched)
for entry_ in (
self.series_file_model.select()
.where(condition)
.order_by(self.series_file_model.EntryId.asc())
.execute()
):
yield entry_, False, False

def db_get_files_episodes(
Expand Down

0 comments on commit 9904703

Please sign in to comment.