all: fix all the arguments
This commit is contained in:
@@ -30,7 +30,8 @@ class Client():
|
||||
# we pass the scheme as string, but have it as attributes in requests
|
||||
fn = requests.__getattribute__(scheme)
|
||||
|
||||
res = fn(url, headers=headers, json=data, params=params, auth=self.auth)
|
||||
res = fn(url, headers=headers, json=data, params=params,
|
||||
verify=self.verify, auth=self.auth)
|
||||
|
||||
res.raise_for_status()
|
||||
|
||||
|
Reference in New Issue
Block a user