Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
mwang87 committed Jan 2, 2024
1 parent 21353ac commit 39e560c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dash/tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ def task_executequery(query, filename):


def _get_gnps_spectruminfo(spectrumid):
url = "https://gnps-external.ucsd.edu/gnpsspectrum?SpectrumID={}".format(spectrumid)
url = "https://external.gnps2.org/gnpsspectrum?SpectrumID={}".format(spectrumid)
spectruminfo = requests.get(url).json()

return spectruminfo
Expand Down

0 comments on commit 39e560c

Please sign in to comment.