Merge branch 'bugfix/header_but_missing_times' of github.com:puls200/brecal into bugfix/header_but_missing_times
This commit is contained in:
commit
8e9be1eae5
@ -10,7 +10,7 @@ def initPool(instancePath):
|
||||
try:
|
||||
global config_path
|
||||
if(config_path == None):
|
||||
config_path = os.path.join(instancePath,'../../../secure/connection_data_prod.json');
|
||||
config_path = os.path.join(instancePath,'../../../secure/connection_data_test.json');
|
||||
|
||||
print (config_path)
|
||||
|
||||
|
||||
@ -2,7 +2,7 @@ import os
|
||||
import sys
|
||||
import logging
|
||||
|
||||
sys.path.insert(0, '/var/www/brecal/src/server')
|
||||
sys.path.insert(0, '/var/www/brecal_test/src/server')
|
||||
sys.path.insert(0, '/var/www/venv/lib/python3.10/site-packages/')
|
||||
|
||||
import schedule
|
||||
|
||||
Reference in New Issue
Block a user