Merge branch 'bugfix/header_but_missing_times' of github.com:puls200/brecal into bugfix/header_but_missing_times

This commit is contained in:
scopesorting 2023-11-29 15:21:43 +01:00
commit 8e9be1eae5
2 changed files with 2 additions and 2 deletions

View File

@ -10,7 +10,7 @@ def initPool(instancePath):
try: try:
global config_path global config_path
if(config_path == None): 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) print (config_path)

View File

@ -2,7 +2,7 @@ import os
import sys import sys
import logging 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/') sys.path.insert(0, '/var/www/venv/lib/python3.10/site-packages/')
import schedule import schedule