Skip to content

Commit

Permalink
bug fix in download_single_url
Browse files Browse the repository at this point in the history
  • Loading branch information
MickaelRigault committed Mar 9, 2023
1 parent 38a4927 commit 2fc2099
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions ztfquery/io.py
Original file line number Diff line number Diff line change
Expand Up @@ -934,8 +934,7 @@ def download_single_url(
raise ValueError(
"You selected to download cutouts only. Please provide the radec parameter. Default cutout_size: 30 arcsec"
)

url += f"?center={radec[0]},{radec[1]}&size={cutout_size}arcsec&gzip=false"
url += f"?center={radec[0]},{radec[1]}&size={cutout_size}arcsec&gzip=false"

# = Password and Username
if cookies is None:
Expand Down

0 comments on commit 2fc2099

Please sign in to comment.