mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-03-25 08:55:50 +00:00
Fix typo
This commit is contained in:
parent
6bf68aea83
commit
c5d768e86c
1 changed files with 1 additions and 1 deletions
|
|
@ -24,7 +24,7 @@ from vdirsyncer.storage.base import Item
|
|||
|
||||
|
||||
dav_server = os.environ.get('DAV_SERVER', '').strip() or 'radicale'
|
||||
if dav_server in ('radicale', 'radicale-git'):
|
||||
if dav_server in ('radicale', 'radicale_git'):
|
||||
from ._radicale import ServerMixin
|
||||
elif dav_server == 'owncloud':
|
||||
from ._owncloud import ServerMixin
|
||||
|
|
|
|||
Loading…
Reference in a new issue