Change Work Times

This commit is contained in:
Jonatan Rek
2025-01-02 12:29:52 +01:00
parent d9bdc50cf1
commit d4a5bc5476
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -98,12 +98,12 @@ try:
}
response = requests.post('{}/anonymize'.format(root_api_url), json=data)
print(str(detection['id']) + " Anonymized" , flush=True)
time.sleep(10)
time.sleep(5)
print("Clearing Memory", flush=True)
gc.collect()
print("sleep", flush=True)
time.sleep(900)
time.sleep(300)
except Exception as e:
print("An exception occurred", flush=True)