Skip to content

Commit

Permalink
fixed condition
Browse files Browse the repository at this point in the history
  • Loading branch information
Feramance committed Oct 27, 2024
1 parent 1180b38 commit 577d4b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qBitrr/arss.py
Original file line number Diff line number Diff line change
Expand Up @@ -4754,7 +4754,7 @@ def run_search_loop(self) -> NoReturn:
loop_delay = 30
else:
loop_delay = SEARCH_LOOP_DELAY
while self.maybe_do_search(
while not self.maybe_do_search(
entry,
todays=todays,
bypass_limit=limit_bypass,
Expand Down

0 comments on commit 577d4b4

Please sign in to comment.