ericsomdahl / python-bittrex

Python bindings for bittrex
MIT License
585 stars 283 forks source link

No timeout parameter in requests.get() call #132

Closed ayy1337 closed 6 years ago

ayy1337 commented 6 years ago

    return requests.get(
        request_url,
        headers={"apisign": apisign}
    ).json()```

See pic..
![screenshot_2018-01-25_05-08-17](https://user-images.githubusercontent.com/24858633/35349002-de5b3f68-018d-11e8-8a53-9944721af999.jpg)
http://docs.python-requests.org/en/master/user/quickstart/#timeouts
ericsomdahl commented 6 years ago

that is a reasonable observation. Please submit a pull request

ayy1337 commented 6 years ago

Unit test failed on 2.7 version, not quite sure why though as it worked for me locally..

ericsomdahl commented 6 years ago

addressed in PR #133