mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-04-27 14:57:41 +00:00
Fix style errors
This commit is contained in:
parent
c9c2a43f43
commit
44c1d84a7e
1 changed files with 2 additions and 1 deletions
|
|
@ -162,7 +162,8 @@ class DavSession(object):
|
||||||
'''
|
'''
|
||||||
|
|
||||||
def __init__(self, url, username='', password='', verify=True, auth=None,
|
def __init__(self, url, username='', password='', verify=True, auth=None,
|
||||||
useragent=USERAGENT, verify_fingerprint=None, dav_header=None):
|
useragent=USERAGENT, verify_fingerprint=None,
|
||||||
|
dav_header=None):
|
||||||
if username and not password:
|
if username and not password:
|
||||||
password = utils.get_password(username, url)
|
password = utils.get_password(username, url)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue