nderkach / airbnb-python

A Python wrapper around the Airbnb API (unofficial)
Do What The F*ck You Want To Public License
186 stars 66 forks source link

Added timeout option to the class. #17

Closed carlinix closed 4 years ago

carlinix commented 4 years ago

If you specify a single value for the timeout, like this: timeout=5 The timeout value will be applied to both the connect and the read timeouts. Specify a tuple if you would like to set the values separately: timeout=(3.05, 27)

carlinix commented 4 years ago

I've made a new request.