Removed absolute path for testing. Works now as relative path.
This commit is contained in:
parent
15fb84641c
commit
452b1fba57
1 changed files with 1 additions and 1 deletions
|
@ -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/'
|
||||
|
|
Loading…
Reference in a new issue