mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-04-27 14:57:41 +00:00
parent
e1c2e1b5d8
commit
902d914db6
1 changed files with 1 additions and 1 deletions
|
|
@ -21,7 +21,7 @@ CALDAV_DT_FORMAT = '%Y%m%dT%H%M%SZ'
|
||||||
|
|
||||||
|
|
||||||
def _generate_path_reserved_chars():
|
def _generate_path_reserved_chars():
|
||||||
for x in "/?#[]!$&'()*+,;=":
|
for x in "/?#[]!$&'()*+,;":
|
||||||
x = utils.compat.urlquote(x, '')
|
x = utils.compat.urlquote(x, '')
|
||||||
yield x.upper()
|
yield x.upper()
|
||||||
yield x.lower()
|
yield x.lower()
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue