woocommerce / wc-api-python

A Python wrapper for the WooCommerce API.
https://pypi.org/project/WooCommerce/
MIT License
212 stars 112 forks source link

Added timeout parameter #5

Closed canassa closed 9 years ago

canassa commented 9 years ago

Added an optional timeout parameter. Without this parameters, the requests can take a long time to timeout on invalid urls, which can cause problems on your server.