Compare commits

..

1 commit

Author SHA1 Message Date
Evgeny Ezhov
962a3f7d13 Fixed #49: Remove tailing slashes in web_hostname 2020-04-05 17:43:10 -07:00

View file

@ -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,
headers=self.get_headers(action, headers_ext),
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,
stream=True,
verify=self.verify