kopia lustrzana https://github.com/collective/icalendar
Update src/icalendar/prop/__init__.py
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>pull/877/head
rodzic
02c20e28bd
commit
e4e2b822d0
|
@ -78,7 +78,7 @@ class vBinary:
|
|||
params: Parameters
|
||||
obj: str
|
||||
|
||||
def __init__(self, obj, params: dict[str:str] | None = None):
|
||||
def __init__(self, obj, params: dict[str, str] | None = None):
|
||||
self.obj = to_unicode(obj)
|
||||
self.params = Parameters(encoding="BASE64", value="BINARY")
|
||||
if params:
|
||||
|
|
Ładowanie…
Reference in New Issue