forked from 0x2620/pandora
dont reload config by default.
This commit is contained in:
parent
bf6c12ae0f
commit
5a971909d0
1 changed files with 1 additions and 1 deletions
|
@ -184,7 +184,7 @@ XACCELREDIRECT = False
|
|||
|
||||
SITE_CONFIG = join(PROJECT_ROOT, 'config.jsonc')
|
||||
DEFAULT_CONFIG = join(PROJECT_ROOT, 'config.pandora.jsonc')
|
||||
RELOAD_CONFIG = True
|
||||
RELOAD_CONFIG = False
|
||||
|
||||
#used if CONFIG['canDownloadVideo'] is set
|
||||
TRACKER_URL="udp://tracker.openbittorrent.com:80"
|
||||
|
|
Loading…
Reference in a new issue