ical: Don't display ICI for day events
This commit is contained in:
parent
ddea221cc4
commit
b21112be3f
1 changed files with 1 additions and 1 deletions
|
@ -329,7 +329,7 @@ class IcalModule:
|
||||||
evt["location"],
|
evt["location"],
|
||||||
fill="black", anchor="lt", font=fnt_R
|
fill="black", anchor="lt", font=fnt_R
|
||||||
)
|
)
|
||||||
else:
|
elif evt["location"].lower() != "ici":
|
||||||
align += display_longtext(draw,
|
align += display_longtext(draw,
|
||||||
(width/2, align+line_height*0.6),
|
(width/2, align+line_height*0.6),
|
||||||
evt["location"],
|
evt["location"],
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue