We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a64542 commit 34671b3Copy full SHA for 34671b3
scripts/1-fetch/europeana_fetch.py
@@ -94,7 +94,7 @@ def get_requests_session():
94
max_retries = Retry(
95
total=5,
96
backoff_factor=5,
97
- status_forcelist=shared.RETRY_STATUS_FORCELIST,
+ status_forcelist=shared.STATUS_FORCELIST,
98
)
99
session = requests.Session()
100
session.mount("https://", HTTPAdapter(max_retries=max_retries))
0 commit comments