ericsomdahl/python-bittrex

No timeout parameter in requests.get() call

ayy1337 opened this issue · 3 comments

    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

that is a reasonable observation. Please submit a pull request

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

addressed in PR #133