mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-04-27 14:57:41 +00:00
Style fixes
This commit is contained in:
parent
d781ac1101
commit
6bf52092a2
1 changed files with 1 additions and 0 deletions
|
|
@ -91,6 +91,7 @@ def split_collection(lines):
|
||||||
|
|
||||||
return rv
|
return rv
|
||||||
|
|
||||||
|
|
||||||
def prepare_auth(auth, username, password):
|
def prepare_auth(auth, username, password):
|
||||||
if (username and password) or auth == 'basic':
|
if (username and password) or auth == 'basic':
|
||||||
return (username, password)
|
return (username, password)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue