bitly-api-python icon indicating copy to clipboard operation
bitly-api-python copied to clipboard

Connection._call timeout argument is unused

Open pramttl opened this issue 7 years ago • 1 comments

The Connection._call timeout argument defaults to 5000 but seems to be unused. https://github.com/bitly/bitly-api-python/blob/master/bitly_api/bitly_api.py#L774

pramttl avatar Mar 30 '18 20:03 pramttl

Looks like it should be passed to https://github.com/bitly/bitly-api-python/blob/master/bitly_api/bitly_api.py#L802 https://docs.python.org/2/library/urllib2.html#urllib2.OpenerDirector.open

goodspark avatar Mar 30 '18 21:03 goodspark