Skip to content

Commit

Permalink
[patch] Fixed count query
Browse files Browse the repository at this point in the history
  • Loading branch information
Feramance committed Jan 3, 2024
1 parent d540460 commit 2fd54c0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion qBitrr/arss.py
Original file line number Diff line number Diff line change
Expand Up @@ -3855,7 +3855,6 @@ def all_searched(self) -> bool:
self.series_file_model.select()
.where(self.series_file_model.Searched == False)
.count()
.execute()
)
else:
search_completed = (
Expand Down

0 comments on commit 2fd54c0

Please sign in to comment.