Skip to content

Commit a4f4b40

Browse files
committed
FIX: Fix batch download URL in client
1 parent ddfd465 commit a4f4b40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

databento/historical/api/batch.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,7 @@ def download(
280280
)
281281
else:
282282
# Handle legacy manifest.json without the 'urls' field
283-
base_url = "https://api.databento.com/v0/batch/download/"
283+
base_url = "https://api.databento.com/v0/batch/download"
284284
url = f"{base_url}/{job_id}/{filename}"
285285

286286
self._download_file(

0 commit comments

Comments
 (0)