python-wellrested icon indicating copy to clipboard operation
python-wellrested copied to clipboard

Bug in connection timeout parameter to Connection class

Open rrauenza opened this issue 13 years ago • 0 comments

class Connection(BaseConnection): def init(self, _args, *_kwargs): cache = kwargs.pop('cache', None) timeout = kwargs.pop('cache', None) <=========== This should be 'timeout' proxy_info = kwargs.pop('proxy_info', None)

rrauenza avatar Jan 24 '12 18:01 rrauenza