Spaces:
Runtime error
Runtime error
Upload folder using huggingface_hub
Browse files- kafkaWorker.py +1 -1
kafkaWorker.py
CHANGED
|
@@ -56,7 +56,7 @@ def send_results_back(full_results: dict[str, any], job_application_id: str):
|
|
| 56 |
"job_application_id": job_application_id,
|
| 57 |
**full_results
|
| 58 |
}
|
| 59 |
-
|
| 60 |
response = requests.patch(url, json=body, headers=headers)
|
| 61 |
print(f"Data sent with status code {response.status_code}")
|
| 62 |
|
|
|
|
| 56 |
"job_application_id": job_application_id,
|
| 57 |
**full_results
|
| 58 |
}
|
| 59 |
+
print(f"Sending data: {body}")
|
| 60 |
response = requests.patch(url, json=body, headers=headers)
|
| 61 |
print(f"Data sent with status code {response.status_code}")
|
| 62 |
|