Fix bday conversion hrefs for vCard filenames ending in v/c/f
This commit is contained in:
@@ -592,7 +592,7 @@ class Item:
|
||||
|
||||
href = self.href
|
||||
if href is not None:
|
||||
href = href.rstrip(".vcf") + ".ics"
|
||||
href = href.removesuffix(".vcf") + ".ics"
|
||||
|
||||
etag = self.etag
|
||||
# replace 14 leading chars of etag "<hexdigits>" by special format bda0YYYYMMDD00
|
||||
|
||||
Reference in New Issue
Block a user