Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Oct 27, 2024
1 parent 1679bee commit ba53dc8
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 @@ -4756,14 +4756,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 ba53dc8

Please sign in to comment.