Adjust file_location

This commit is contained in:
Fred Boniface 2023-05-31 23:04:59 +01:00
parent 6425c8e25a
commit 0916e666fb
1 changed files with 2 additions and 2 deletions

View File

@ -5,8 +5,8 @@ import mongo
REBUILD :bool = False # Set to True to force rebuild REBUILD :bool = False # Set to True to force rebuild
print("pis.py: PIS Module Loaded", "DBUG") print("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()):