flair-systems / flair-api-client-py

Python Client for Flair API
Apache License 2.0
15 stars 5 forks source link

Added timeout value to workaround server issues #3

Closed NickWaterton closed 5 years ago

NickWaterton commented 5 years ago

The http servers do not seem to be chunking correctly, and there is a long timeout (a minute or so) before the resulting exception can be trapped. I added timeout=5.0 to the requests.get calls to make it easier to handle the exceptions, and retry the request.