From 5fd482cfe78e3524ce6117ebcaf5e2f56c3a2894 Mon Sep 17 00:00:00 2001 From: Ace Date: Sun, 3 Feb 2019 16:33:18 +0100 Subject: [PATCH] Update icon_positions_locations.py --- 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 d25d7ed..87207c4 100644 --- a/Calendar/icon_positions_locations.py +++ b/Calendar/icon_positions_locations.py @@ -4,7 +4,7 @@ from PIL import Image, ImageFont from settings import * im_open = Image.open -path = '/home/pi/1.5/Calendar/' #don't forget to change! +path = '/home/pi/E-Paper-Master/Calendar/' wpath = path+'weather-icons/' mpath = path+'translations/'+language+'/months/' weekpath = path+'translations/'+language+'/week/'