Skip to content

Commit

Permalink
Change of Hindawi URL because of migration
Browse files Browse the repository at this point in the history
  • Loading branch information
ErnestaP committed Jul 10, 2024
1 parent 7bcdcf5 commit 57f1b40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dags/hindawi/hindawi_api_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ def __init__(
files_url=None,
):
self.base_url = base_url or getenv(
"HINDAWI_API_BASE_URL", "https://www.hindawi.com"
"HINDAWI_API_BASE_URL", "https://oaipmh.hindawi.com"
)
self.files_url = files_url or getenv(
"HINDAWI_API_FILES_URL", "http://downloads.hindawi.com"
Expand Down

0 comments on commit 57f1b40

Please sign in to comment.