Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
byrdie committed Feb 27, 2025
1 parent 78c8f91 commit 432687c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions iris/data.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ def query_hek(
description: str = "",
obs_id: None | int = None,
limit: int = 200,
nrt: bool = True,
nrt: bool = False,
) -> str:
"""
Constructs a query that can be sent to the Heliophysics Event Knowledge
Expand Down Expand Up @@ -100,7 +100,7 @@ def urls_hek(
description: str = "",
obs_id: None | int = None,
limit: int = 200,
nrt: bool = True,
nrt: bool = False,
spectrograph: bool = True,
sji: bool = True,
deconvolved: bool = False,
Expand Down Expand Up @@ -162,6 +162,7 @@ def urls_hek(
description=description,
obs_id=obs_id,
limit=limit,
nrt=nrt,
)

for i in range(num_retry):
Expand Down

0 comments on commit 432687c

Please sign in to comment.