Skip to content

Commit

Permalink
retry for input_type if None
Browse files Browse the repository at this point in the history
Signed-off-by: Praneeth Bedapudi <[email protected]>
  • Loading branch information
bedapudi6788 committed Nov 8, 2024
1 parent 806c20a commit 67a5103
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions clients/python/fdclient/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ def __init__(self, server_url, request_timeout, compression=True):
self.local_storage = threading.local()
self.requests_session = requests.Session()
self.compression = compression if zstandard is not None else False
self.input_type = None
self._set_input_type()

self.request_timeout = request_timeout
Expand Down

0 comments on commit 67a5103

Please sign in to comment.