Skip to content

Commit

Permalink
bugfix url of githubusercontent
Browse files Browse the repository at this point in the history
  • Loading branch information
miquelduranfrigola committed Oct 10, 2022
1 parent 9767a3f commit 2097853
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ersilia/hub/content/card.py
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ def __init__(self, config_json):

@staticmethod
def _get_read_only_airtable_api_key():
url = "https://raw.githubusercontent.com/ersilia-os/ersilia/config/read_only_keys.json"
url = "https://raw.githubusercontent.com/ersilia-os/ersilia/master/config/read_only_keys.json"
r = requests.get(url)
data = r.json()
return data["AIRTABLE_READONLY_API_KEY"]
Expand Down

0 comments on commit 2097853

Please sign in to comment.