mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-04-27 14:57:41 +00:00
Fix typos
This commit is contained in:
parent
f341c4a294
commit
a4557ef5cf
1 changed files with 2 additions and 2 deletions
|
|
@ -27,7 +27,7 @@ class ServerMixin(object):
|
||||||
if self.storage_class.fileext == '.vcf':
|
if self.storage_class.fileext == '.vcf':
|
||||||
url += '/remote.php/carddav/addressbooks/asdf/'
|
url += '/remote.php/carddav/addressbooks/asdf/'
|
||||||
elif self.storage_class.fileext == '.ics':
|
elif self.storage_class.fileext == '.ics':
|
||||||
url += '/remote.php/carddav/addressbooks/asdf/'
|
url += '/remote.php/caldav/calendars/asdf/'
|
||||||
else:
|
else:
|
||||||
raise RuntimeError(self.storage_class.fileext)
|
raise RuntimeError(self.storage_class.fileext)
|
||||||
if collection is not None:
|
if collection is not None:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue