Removed absolute path for testing. Works now as relative path.

This commit is contained in:
Maximilian Giller 2019-02-20 19:14:41 +01:00
parent 15fb84641c
commit 452b1fba57

View file

@ -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/'