mrfirdauss commited on
Commit
2be094f
·
verified ·
1 Parent(s): 53bfaa1

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. 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