Skip to content

Commit 97b948c

Browse files
committed
Add get requests to rate-limit handling
1 parent 936a888 commit 97b948c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

frameioclient/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ def __init__(self, token, host='https://api.frame.io'):
2323
total=3,
2424
backoff_factor=1,
2525
status_forcelist=[429],
26-
method_whitelist=["POST", "OPTIONS"]
26+
method_whitelist=["POST", "OPTIONS", "GET"]
2727
)
2828

2929
def _api_call(self, method, endpoint, payload={}):

0 commit comments

Comments
 (0)