Skip to content

Commit

Permalink
Merge pull request #145 from bruvv/patch-1
Browse files Browse the repository at this point in the history
Small typos in config file
  • Loading branch information
Feramance authored Dec 9, 2024
2 parents 4e415d9 + 8e35490 commit 132d081
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
4 changes: 2 additions & 2 deletions config.example.toml
Original file line number Diff line number Diff line change
Expand Up @@ -53,12 +53,12 @@ FFprobeAutoUpdate = true


[qBit]
# If this is enable qBitrr can run in a headless mode where it will only process searches.
# If this is enabled qBitrr can run in headless mode where it will only process searches.
# If media search is enabled in their individual categories
# This is useful if you use for example Sabnzbd/NZBGet for downloading content but still want the faster media searches provided by qbit
Disabled = false

# qBit WebUI Port - Can be found in Options > Web UI (called "IP Address")
# qBit WebUI url/ip - Can be found in Options > Web UI (called "IP Address")
Host = "CHANGE_ME"

# qBit WebUI Port - Can be found in Options > Web UI (called "Port" on top right corner of the window)
Expand Down
4 changes: 1 addition & 3 deletions qBitrr/arss.py
Original file line number Diff line number Diff line change
Expand Up @@ -3140,9 +3140,7 @@ def maybe_do_search(
).execute()
return True
active_commands = self.arr_db_query_commands_count()
self.logger.info(
"%s active search commands, %s remaining", active_commands, commands
)
self.logger.info("%s active search commands, %s remaining", active_commands, commands)
if not bypass_limit and active_commands >= self.search_command_limit:
self.logger.trace(
"Idle: Too many commands in queue: %s | [id=%s]",
Expand Down

0 comments on commit 132d081

Please sign in to comment.