mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-19 21:03:14 -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_sections(section)
|
||||||
configure_torrent_class()
|
configure_torrent_class()
|
||||||
|
|
||||||
# finished initalizing
|
__INITIALIZED__ = True
|
||||||
return True
|
|
||||||
|
# finished initializing
|
||||||
|
return __INITIALIZED__
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue