Enable PlexPy dev environment using --dev flag

This commit is contained in:
JonnyWong16 2016-03-25 13:06:39 -07:00
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: