Absolut Path
This commit is contained in:
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user