Absolut Path

This commit is contained in:
JonatanRek
2024-10-05 21:20:57 +02:00
parent fc60126730
commit fbcdb9b6fa
+1 -1
View File
@@ -7,7 +7,7 @@ import json
treashold = float(os.getenv('FACE_TRASHOLD', '0.5')) treashold = float(os.getenv('FACE_TRASHOLD', '0.5'))
sever = os.getenv('API_ROOT', 'localhost:8000') sever = os.getenv('API_ROOT', 'localhost:8000')
root_api_url = 'http://{}/local'.format(sever) root_api_url = 'http://{}/local'.format(sever)
base_path = '/data/' base_path = '/app/data/'
try: try:
while True: while True: