1
0
Fork 0

add text to poster about time and location

This commit is contained in:
fram3d 2023-09-28 14:07:35 +02:00
parent 62da74bf99
commit 12235ab51e
Signed by: fram3d
GPG Key ID: 938920E709EEA32A
1 changed files with 3 additions and 0 deletions

View File

@ -58,6 +58,9 @@ def drawPoster(events, bg, fg, month:int):
height = 410
draw.text((120, height), "Radionice pocinju u 19h u DC Krovu", font=fontIosevkaSmall, fill=fg)
height += 70
for event in events:
date = DAYS_OF_WEEK_SR[event["date"].weekday()]
day = event["date"].day