From 45292746daa97f6ffe09a966dfbffb8f7c80787c Mon Sep 17 00:00:00 2001 From: JonatanRek Date: Sat, 5 Oct 2024 22:28:19 +0200 Subject: [PATCH] Fixes --- app.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app.py b/app.py index 72d487d..65b9bec 100644 --- a/app.py +++ b/app.py @@ -10,10 +10,11 @@ root_api_url = 'http://{}/local'.format(sever) base_path = '/app/data/' print("API_ROOT: " + str(root_api_url), flush=True) -time.sleep(900) try: while True: + print("LOOP Started !!!", flush=True) + r = requests.get('{}/anonymize'.format(root_api_url)) face_cascade = cv2.CascadeClassifier(cv2.data.haarcascades + 'haarcascade_frontalface_default.xml') # print(r.text, flush=True)