From 6643c678a6ebad5c15405f9692b1528a7da82475 Mon Sep 17 00:00:00 2001 From: Steven Seifried Date: Wed, 3 Oct 2018 18:39:30 +0200 Subject: [PATCH] Update stable.py --- Calendar/stable.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Calendar/stable.py b/Calendar/stable.py index 86b2488..0406ad7 100644 --- a/Calendar/stable.py +++ b/Calendar/stable.py @@ -53,7 +53,7 @@ EPD_HEIGHT = 384 path = '/home/pi/E-Paper-Master/Calendar/' wpath = path+'weather-icons/' -mpath = path+'months/en/' +mpath = path+'months/' dpath = path+'days/' font = ImageFont.truetype(path+'Assistant-Bold.ttf', 18)