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
3c1718a64a
commit
9d5be79cf5
2 changed files with 1 additions and 3 deletions
|
|
@ -379,7 +379,6 @@ class CarddavStorage(DavStorage):
|
|||
CardDAV. Usable as ``carddav`` in the config file.
|
||||
''' + DavStorage.__doc__
|
||||
|
||||
|
||||
fileext = '.vcf'
|
||||
item_mimetype = 'text/vcard'
|
||||
dav_header = 'addressbook'
|
||||
|
|
|
|||
|
|
@ -36,7 +36,6 @@ def prepare_verify(verify):
|
|||
|
||||
|
||||
class HttpStorage(Storage):
|
||||
|
||||
'''
|
||||
Use a simple ``.ics`` file (or similar) from the web. Usable as ``http`` in
|
||||
the config file.
|
||||
|
|
@ -63,7 +62,7 @@ class HttpStorage(Storage):
|
|||
|
||||
[storage holidays_remote]
|
||||
type = http
|
||||
url = https://mozorg.cdn.mozilla.net/media/caldata/QueenslandHolidays.ics
|
||||
url = https://example.com/holidays_from_hicksville.ics
|
||||
'''
|
||||
|
||||
_repr_attributes = ('username', 'url')
|
||||
|
|
|
|||
Loading…
Reference in a new issue