Skip to content

Commit 34671b3

Browse files
TimidRobotJoyakis
authored andcommitted
update variable name (due to merge with main)
1 parent 8a64542 commit 34671b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/1-fetch/europeana_fetch.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ def get_requests_session():
9494
max_retries = Retry(
9595
total=5,
9696
backoff_factor=5,
97-
status_forcelist=shared.RETRY_STATUS_FORCELIST,
97+
status_forcelist=shared.STATUS_FORCELIST,
9898
)
9999
session = requests.Session()
100100
session.mount("https://", HTTPAdapter(max_retries=max_retries))

0 commit comments

Comments
 (0)