From 52d49066375de050747582aeb2c70ddfb004a143 Mon Sep 17 00:00:00 2001 From: bruvv <3063928+bruvv@users.noreply.github.com> Date: Mon, 9 Dec 2024 09:50:23 +0000 Subject: [PATCH 1/2] Small typos in config file 2 typos in config file fixed Signed-off-by: bruvv <3063928+bruvv@users.noreply.github.com> --- config.example.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.example.toml b/config.example.toml index dd2d14f6..d12120dd 100644 --- a/config.example.toml +++ b/config.example.toml @@ -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) From 8e354907e944a200ab200534e500141fe68bf865 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 09:50:50 +0000 Subject: [PATCH 2/2] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- qBitrr/arss.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/qBitrr/arss.py b/qBitrr/arss.py index 70db7000..2d7c116c 100755 --- a/qBitrr/arss.py +++ b/qBitrr/arss.py @@ -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]",