Initialize remove_groups #1973

This parameter was not being loaded and therefore was ignored.
This commit is contained in:
Clinton Hall 2023-08-09 22:50:25 +12:00 committed by GitHub
parent 6c2f7c75d4
commit ad73e597e4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1047,6 +1047,7 @@ def initialize(section=None):
configure_utility_locations() configure_utility_locations()
configure_sections(section) configure_sections(section)
configure_torrent_class() configure_torrent_class()
configure_groups()
__INITIALIZED__ = True __INITIALIZED__ = True