Compare commits
1 commit
develop
...
feature/49
Author | SHA1 | Date | |
---|---|---|---|
|
962a3f7d13 |
1 changed files with 0 additions and 1 deletions
|
@ -217,7 +217,6 @@ class Client(object):
|
||||||
auth=(self.webdav.login, self.webdav.password) if (not self.webdav.token and not self.session.auth) else None,
|
auth=(self.webdav.login, self.webdav.password) if (not self.webdav.token and not self.session.auth) else None,
|
||||||
headers=self.get_headers(action, headers_ext),
|
headers=self.get_headers(action, headers_ext),
|
||||||
timeout=self.timeout,
|
timeout=self.timeout,
|
||||||
cert=(self.webdav.cert_path, self.webdav.key_path) if (self.webdav.cert_path and self.webdav.key_path) else None,
|
|
||||||
data=data,
|
data=data,
|
||||||
stream=True,
|
stream=True,
|
||||||
verify=self.verify
|
verify=self.verify
|
||||||
|
|
Loading…
Add table
Reference in a new issue