Skip to content

Commit

Permalink
Merge branch '103-report-an-errorwhich-has-already-been-registered' of
Browse files Browse the repository at this point in the history
…https://github.com/Feramance/qBitrr into 103-report-an-errorwhich-has-already-been-registered
  • Loading branch information
Feramance committed Oct 27, 2024
2 parents 0e0e55b + ba53dc8 commit 7802207
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions qBitrr/arss.py
Original file line number Diff line number Diff line change
Expand Up @@ -4754,14 +4754,12 @@ def run_search_loop(self) -> NoReturn:
loop_delay = 30
else:
loop_delay = SEARCH_LOOP_DELAY
while (
self.maybe_do_search(
entry,
todays=todays,
bypass_limit=limit_bypass,
series_search=series_search,
commands=totcommands,
)
while self.maybe_do_search(
entry,
todays=todays,
bypass_limit=limit_bypass,
series_search=series_search,
commands=totcommands,
):
self.logger.debug("Waiting for active search commands")
time.sleep(loop_delay)
Expand Down

0 comments on commit 7802207

Please sign in to comment.