httpd: log report-proxies 500 errors
All checks were successful
CI / validate (push) Successful in 19s

This commit is contained in:
Username
2026-02-20 09:30:53 +01:00
parent 5dd9060c2b
commit 438e956be9

View File

@@ -1780,6 +1780,7 @@ class ProxyAPIServer(threading.Thread):
'processed': processed,
}), 'application/json', 200
except Exception as e:
_log('report-proxies error from %s: %s' % (worker_id, e), 'error')
return json.dumps({'error': str(e)}), 'application/json', 500
else: