1
0
Fork 0

change postiton of location and time text to make more space from events

This commit is contained in:
fram3d 2023-09-28 14:09:12 +02:00
parent 12235ab51e
commit 25662d7bda
Signed by: fram3d
GPG Key ID: 938920E709EEA32A
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@ 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
height += 100
for event in events:
date = DAYS_OF_WEEK_SR[event["date"].weekday()]