Change Work Times
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user