This commit is contained in:
Cyberes 2023-10-05 19:11:59 -06:00
parent 5540112607
commit 0bef14ea55
1 changed files with 4 additions and 1 deletions

View File

@ -33,7 +33,10 @@ def worker():
increment_ip_count(client_ip, 'processing_ips')
incr_active_workers(selected_model, backend_url)
print('<---', event_id.event_id)
try:
print('<---', event_id.event_id)
except:
print(event_id)
if not request_json_body:
# This was a dummy request from the websocket handlers.