From eed4f110e4e76356df7400793ce34fccd5e8becf Mon Sep 17 00:00:00 2001 From: Ace Date: Wed, 17 Apr 2019 23:34:19 +0200 Subject: [PATCH] Bugfix --- 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 ccc1354..324a423 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/Calendar/Calendar/' +path = '/home/pi/Inky-Calendar/Calendar/' wpath = path+'weather-icons/' mpath = path+'translations/'+language+'/months/' weekpath = path+'translations/'+language+'/week/'