diff --git a/image_poster.py b/image_poster.py index 5bc59f5..56e0075 100755 --- a/image_poster.py +++ b/image_poster.py @@ -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()]