Merge branch 'master' of https://github.com/N0ury/icalendar into N0ury-master

pull/514/head
Nicco Kunzmann 2023-04-12 20:53:38 +01:00
commit cd7619383d
1 zmienionych plików z 2 dodań i 0 usunięć

Wyświetl plik

@ -337,6 +337,8 @@ class Contentline(str):
if not name:
raise ValueError('Key name is required')
validate_token(name)
if not value_split:
value_split = i
if not name_split or name_split + 1 == value_split:
raise ValueError('Invalid content line')
params = Parameters.from_ical(st[name_split + 1: value_split],