Skip to content

Commit

Permalink
[patch] Minor changes and temporarily disabling separate request search
Browse files Browse the repository at this point in the history
  • Loading branch information
Feramance committed Dec 10, 2024
1 parent b024cf3 commit b465495
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions qBitrr/arss.py
Original file line number Diff line number Diff line change
Expand Up @@ -4803,7 +4803,7 @@ def run_search_loop(self) -> NoReturn:
self.db_maybe_reset_entry_searched_state()
self.refresh_download_queue()
self.db_update()
self.run_request_search()
# self.run_request_search()
self.logger.trace("Starting general search loop: %s", str(not searched))
try:
if not searched:
Expand All @@ -4815,7 +4815,6 @@ def run_search_loop(self) -> NoReturn:
series_search,
commands,
) in self.db_get_files():
self.logger.trace("Grabbed %s items", totcommands)
if totcommands == -1:
totcommands = commands
self.logger.info("Starting search for %s items", totcommands)
Expand Down

0 comments on commit b465495

Please sign in to comment.