mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-14 18:47:09 -07:00
Fix initializing constant
This commit is contained in:
parent
3d2070e106
commit
287e3aa17b
1 changed files with 4 additions and 2 deletions
|
@ -1064,5 +1064,7 @@ def initialize(section=None):
|
|||
configure_sections(section)
|
||||
configure_torrent_class()
|
||||
|
||||
# finished initalizing
|
||||
return True
|
||||
__INITIALIZED__ = True
|
||||
|
||||
# finished initializing
|
||||
return __INITIALIZED__
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue