Skip to content

Commit

Permalink
Merge pull request #786 from ImageMarkup/fix-zip-token-name
Browse files Browse the repository at this point in the history
  • Loading branch information
danlamanna authored Nov 2, 2023
2 parents 3ea550e + 59b3b21 commit 61fb42c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion isic/zip_download/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ def zip_file_listing(
]:
files.append(
{
"url": f"http://{domain}{endpoint}?search_token={token}&auth_token",
"url": f"http://{domain}{endpoint}?token={token}",
"zipPath": zip_path,
}
)
Expand Down

0 comments on commit 61fb42c

Please sign in to comment.