mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-04-27 14:57:41 +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'
|
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
|
from ._radicale import ServerMixin
|
||||||
elif dav_server == 'owncloud':
|
elif dav_server == 'owncloud':
|
||||||
from ._owncloud import ServerMixin
|
from ._owncloud import ServerMixin
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue