From ad73e597e4b1bc99c2780e5da93a4fe534ed5696 Mon Sep 17 00:00:00 2001 From: Clinton Hall Date: Wed, 9 Aug 2023 22:50:25 +1200 Subject: [PATCH] Initialize remove_groups #1973 This parameter was not being loaded and therefore was ignored. --- core/__init__.py | 1 + 1 file changed, 1 insertion(+) diff --git a/core/__init__.py b/core/__init__.py index 243c23b7..04faf3ef 100644 --- a/core/__init__.py +++ b/core/__init__.py @@ -1047,6 +1047,7 @@ def initialize(section=None): configure_utility_locations() configure_sections(section) configure_torrent_class() + configure_groups() __INITIALIZED__ = True