Skip to content

Commit edd8c9c

Browse files
committed
Fix requests retry config
1 parent 03a1029 commit edd8c9c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

frameioclient/lib/transport.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ def __init__(self, threads: Optional[int] = default_thread_count):
4949
total=100,
5050
backoff_factor=2,
5151
status_forcelist=retryable_statuses,
52-
allowed_methods=["GET", "POST", "PUT", "GET", "DELETE"],
52+
method_whitelist=["GET", "POST", "PUT", "GET", "DELETE"],
5353
)
5454

5555
# Create real thread

0 commit comments

Comments
 (0)