Skip to content

Commit

Permalink
Loop timer adjustment
Browse files Browse the repository at this point in the history
  • Loading branch information
Feramance committed Dec 24, 2024
1 parent 0c6f377 commit 2aeb48b
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 @@ -4845,7 +4845,6 @@ def run_search_loop(self) -> NoReturn:
self.logger.info("All searches completed")
searched = True
elif datetime.now() >= (timer + loop_timer):
timer = datetime.now()
self.logger.info(
"Searches not completed, %s remaining", totcommands
)
Expand Down

0 comments on commit 2aeb48b

Please sign in to comment.