Skip to content

Commit

Permalink
Revert "Change default target for CAMERA_TRAPS_HOSTS_API_PATH (#515)" (
Browse files Browse the repository at this point in the history
…#516)

This reverts commit 20bf76b.
  • Loading branch information
shaunanoordin authored Jul 24, 2024
1 parent 20bf76b commit edad786
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hamlet/ms_ml_exports.py
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ def ml_subject_assistant_export_to_microsoft_pt4_make_ml_request(shareable_file_
camera_traps_api_host = os.getenv('CAMERA_TRAPS_API_SERVICE_HOST')
if camera_traps_api_host:
camera_traps_api_host_path = os.getenv(
'CAMERA_TRAPS_API_SERVICE_HOST_PATH', '/v5/camera-trap/detection-batch'
'CAMERA_TRAPS_API_SERVICE_HOST_PATH', '/v4/camera-trap/detection-batch'
)
ml_service_url = 'http://' + camera_traps_api_host + camera_traps_api_host_path

Expand Down

0 comments on commit edad786

Please sign in to comment.