We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03a1029 commit edd8c9cCopy full SHA for edd8c9c
1 file changed
frameioclient/lib/transport.py
@@ -49,7 +49,7 @@ def __init__(self, threads: Optional[int] = default_thread_count):
49
total=100,
50
backoff_factor=2,
51
status_forcelist=retryable_statuses,
52
- allowed_methods=["GET", "POST", "PUT", "GET", "DELETE"],
+ method_whitelist=["GET", "POST", "PUT", "GET", "DELETE"],
53
)
54
55
# Create real thread
0 commit comments