diff --git a/Calendar/E-Paper.py b/Calendar/E-Paper.py index e02ab42..817f5b4 100644 --- a/Calendar/E-Paper.py +++ b/Calendar/E-Paper.py @@ -79,7 +79,6 @@ def main(): if (week_starts_on == "Sunday"): calendar.setfirstweekday(calendar.SUNDAY) - draw(weekplace, weeksun) image.paste(weeksun, weekplace) draw(weekdayssun[(time.strftime("%a"))], weekday)