Skip to content

Commit

Permalink
PR to fix #1752
Browse files Browse the repository at this point in the history
  • Loading branch information
negin513 committed May 16, 2022
1 parent 81f84af commit 8035af4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/site_and_regional/modify_singlept_site_neon.py
Original file line number Diff line number Diff line change
Expand Up @@ -436,7 +436,7 @@ def check_neon_time():
dictionary of *_surfaceData.csv files with the last modified
"""
listing_file = "listing.csv"
url = "https://neon-ncar.s3.data.neonscience.org/listing.csv"
url = "https://storage.neonscience.org/neon-ncar/listing.csv"

download_file(url, listing_file)

Expand Down

0 comments on commit 8035af4

Please sign in to comment.