Skip to content

Commit

Permalink
Update extraction_muse_doctest.py
Browse files Browse the repository at this point in the history
  • Loading branch information
arunp77 authored Aug 31, 2024
1 parent 196011b commit 591261f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/web_scraping/extraction_muse_doctest.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ def load_api_key(env_var_name):
>>> load_api_key('API_KEY1') is not None
True
"""
return os.getenv(.env)
return os.getenv(env_var_name)

def build_url(page_num):
"""
Expand Down

0 comments on commit 591261f

Please sign in to comment.