No timeout parameter in requests.get() call
ayy1337 opened this issue · 3 comments
ayy1337 commented
return requests.get(
request_url,
headers={"apisign": apisign}
).json()```
See pic..

http://docs.python-requests.org/en/master/user/quickstart/#timeouts
ericsomdahl commented
that is a reasonable observation. Please submit a pull request
ayy1337 commented
Unit test failed on 2.7 version, not quite sure why though as it worked for me locally..
ericsomdahl commented
addressed in PR #133