From 8d85242f8159e252438d474ce7a8487d5c8180a2 Mon Sep 17 00:00:00 2001 From: Ace Date: Mon, 25 Mar 2019 21:36:53 +0100 Subject: [PATCH] path fixed --- Calendar/icon_positions_locations.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Calendar/icon_positions_locations.py b/Calendar/icon_positions_locations.py index 33c25a1..ccc1354 100644 --- a/Calendar/icon_positions_locations.py +++ b/Calendar/icon_positions_locations.py @@ -9,7 +9,7 @@ from PIL import Image from settings import language im_open = Image.open -path = '/home/pi/E-Paper-Master/Calendar/' +path = '/home/pi/Calendar/Calendar/' wpath = path+'weather-icons/' mpath = path+'translations/'+language+'/months/' weekpath = path+'translations/'+language+'/week/'