From 452b1fba57a1cbf4149ce3e64ab592e1b281b10a Mon Sep 17 00:00:00 2001 From: Maximilian Giller Date: Wed, 20 Feb 2019 19:14:41 +0100 Subject: [PATCH] Removed absolute path for testing. Works now as relative path. --- 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 87207c4..97c98de 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/E-Paper-Master/Calendar/' +path = '' wpath = path+'weather-icons/' mpath = path+'translations/'+language+'/months/' weekpath = path+'translations/'+language+'/week/'