Skip to content

Commit 7e54385

Browse files
committed
Update methods_whitelist to allowed_methods
1 parent af91766 commit 7e54385

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

openlayer/api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ def _http_request(
6868
total=HTTP_TOTAL_RETRIES,
6969
backoff_factor=HTTP_RETRY_BACKOFF_FACTOR,
7070
status_forcelist=HTTP_STATUS_FORCE_LIST,
71-
method_whitelist=HTTP_RETRY_ALLOWED_METHODS,
71+
allowed_methods=HTTP_RETRY_ALLOWED_METHODS,
7272
raise_on_status=False,
7373
)
7474

0 commit comments

Comments
 (0)