helper commit to let this run in test system

This commit is contained in:
Daniel Schick 2023-11-29 12:29:32 +02:00
parent e884b20c39
commit c6a31390e7
2 changed files with 2 additions and 2 deletions

View File

@ -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)

View File

@ -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