mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-03-25 08:55:50 +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():
|
||||
for x in "/?#[]!$&'()*+,;=":
|
||||
for x in "/?#[]!$&'()*+,;":
|
||||
x = utils.compat.urlquote(x, '')
|
||||
yield x.upper()
|
||||
yield x.lower()
|
||||
|
|
|
|||
Loading…
Reference in a new issue