Skip to content

Commit

Permalink
Pass threads arg to _open_urls_https in _open_urls
Browse files Browse the repository at this point in the history
  • Loading branch information
trey-stafford committed Sep 26, 2023
1 parent ecd5914 commit 97fa34f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion earthaccess/store.py
Original file line number Diff line number Diff line change
Expand Up @@ -426,7 +426,7 @@ def _open_urls(
"We cannot open S3 links when we are not in-region, try using HTTPS links"
)
return None
fileset = self._open_urls_https(data_links, granules, 8)
fileset = self._open_urls_https(data_links, granules, threads)
return fileset

def get(
Expand Down

0 comments on commit 97fa34f

Please sign in to comment.