Skip to content

Commit e6e552c

Browse files
committed
updated to match origin/main
1 parent 8285e02 commit e6e552c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/1-fetch/openverse_fetch.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ def get_requests_session():
7777
max_retries = Retry(
7878
total=5,
7979
backoff_factor=5,
80-
status_forcelist=shared.RETRY_STATUS_FORCELIST,
80+
status_forcelist=shared.STATUS_FORCELIST,
8181
)
8282
session = requests.Session()
8383
session.mount("https://", HTTPAdapter(max_retries=max_retries))

0 commit comments

Comments
 (0)