diff --git a/image_poster.py b/image_poster.py index 31c4f0b..23a452d 100755 --- a/image_poster.py +++ b/image_poster.py @@ -60,7 +60,10 @@ def drawPoster(events, bg, fg, month:int): height = 990 - draw.text((165, height), "Radionice pocinju u 19h u DC Krovu", font=fontIosevkaSmall, fill=fg) + draw.text((165, height), "Pondeljkom i utorkom u 19h u DC Krovu", font=fontIosevkaSmall, fill=fg) + height += 200 + + draw.text((165, height), "Sredom u 18h na MATF-u", font=fontIosevkaSmall, fill=fg) height += 200 draw.text((165, height), "Svi dogadjaji su uvek besplatni", font=fontIosevkaSmall, fill=fg)