Enable PlexPy dev environment using --dev flag

This commit is contained in:
JonnyWong16
2016-03-25 13:06:39 -07:00
parent 0b126278f9
commit 252145cf58
4 changed files with 41 additions and 22 deletions

View File

@@ -74,6 +74,8 @@ UMASK = None
POLLING_FAILOVER = False
DEV = False
def initialize(config_file):
with INIT_LOCK: