mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-03-25 08:55:50 +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
|
||||
|
||||
|
||||
def prepare_auth(auth, username, password):
|
||||
if (username and password) or auth == 'basic':
|
||||
return (username, password)
|
||||
|
|
|
|||
Loading…
Reference in a new issue