urschrei / pyzotero

Pyzotero: a Python client for the Zotero API
https://pyzotero.readthedocs.org
Other
908 stars 99 forks source link

Jd/fix timeout #150

Closed johndoe46 closed 2 years ago

johndoe46 commented 2 years ago

Fix breaking of Django's (and probably others) socket timeout.

Timeout should be set at the request level, not at the global module level so it doesn't break other applications behaviour.

johndoe46 commented 2 years ago

not based on dev, will repost later