Fix prod filepath
This commit is contained in:
parent
feb9775fe2
commit
4d0538479a
@ -5,8 +5,8 @@ import mongo
|
|||||||
REBUILD :bool = False # Set to True to force rebuild
|
REBUILD :bool = False # Set to True to force rebuild
|
||||||
|
|
||||||
log.out("pis.py: PIS Module Loaded", "DBUG")
|
log.out("pis.py: PIS Module Loaded", "DBUG")
|
||||||
#file_location :str = "/app/data/pis/gwr.yaml" # Production & Testing
|
file_location :str = "/app/data/pis/gwr.yaml" # Production & Testing
|
||||||
file_location :str = "/home/fred.boniface/git/owlboard/db-manager/data/pis/gwr.yaml" # Local Development
|
#file_location :str = "/home/fred.boniface/git/owlboard/db-manager/data/pis/gwr.yaml" # Local Development
|
||||||
|
|
||||||
def runUpdate():
|
def runUpdate():
|
||||||
if (not requiresUpdate()):
|
if (not requiresUpdate()):
|
||||||
|
Reference in New Issue
Block a user