fixed serverside path
This commit is contained in:
parent
2600b6ebc3
commit
4f96ff066c
@ -7,7 +7,7 @@ import sys
|
|||||||
|
|
||||||
config_path = None
|
config_path = None
|
||||||
|
|
||||||
def initPool(instancePath, connection_filename="connection_data_test.json"):
|
def initPool(instancePath, connection_filename="connection_data_prod.json"):
|
||||||
try:
|
try:
|
||||||
global config_path
|
global config_path
|
||||||
if(config_path == None):
|
if(config_path == None):
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user