mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-07-06 05:01:10 -07:00
Initialize remove_groups #1973
This parameter was not being loaded and therefore was ignored.
This commit is contained in:
parent
6c2f7c75d4
commit
ad73e597e4
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue