Skip to content

Commit

Permalink
fixed OLS API url
Browse files Browse the repository at this point in the history
  • Loading branch information
albangaignard committed Jul 1, 2024
1 parent b7b8c17 commit 711c6e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app.py
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@ def update_vocab_status():
global DICT_BANNER_INFO, STATUS_BIOPORTAL, STATUS_OLS, STATUS_LOV

STATUS_BIOPORTAL = requests.head("https://bioportal.bioontology.org/").status_code
STATUS_OLS = requests.head("https://www.ebi.ac.uk/ols/index").status_code
STATUS_OLS = requests.head("https://www.ebi.ac.uk/ols4/index").status_code
STATUS_LOV = requests.head(
"https://lov.linkeddata.es/dataset/lov/sparql"
).status_code
Expand Down

0 comments on commit 711c6e9

Please sign in to comment.