Skip to content

Commit 67a5103

Browse files
committed
retry for input_type if None
Signed-off-by: Praneeth Bedapudi <[email protected]>
1 parent 806c20a commit 67a5103

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

clients/python/fdclient/client.py

+1
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ def __init__(self, server_url, request_timeout, compression=True):
2626
self.local_storage = threading.local()
2727
self.requests_session = requests.Session()
2828
self.compression = compression if zstandard is not None else False
29+
self.input_type = None
2930
self._set_input_type()
3031

3132
self.request_timeout = request_timeout

0 commit comments

Comments
 (0)