python-wellrested
python-wellrested copied to clipboard
Bug in connection timeout parameter to Connection class
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)