sybrenstuvel / flickrapi

Python Flickr API implementation
https://stuvel.eu/flickrapi
Other
155 stars 33 forks source link

Add timeout option in requests #66

Closed maelick closed 7 years ago

maelick commented 8 years ago

I added a timeout attribute to FlickrAPI objects in order to partially solve issue #27. While it does not allow to give a timeout on a per request basis it can do it globally without affecting non-Flickr requests.

sybrenstuvel commented 8 years ago

Please also add a unit test for this timeout. Commit 2bac4c323ea86207f5e8f6dfdc6ac18a90667834 makes it easy to test on all supported Python versions.

sybrenstuvel commented 7 years ago

Closing due to inactivity by @maelick