Removed links to non-existing graphics

This commit is contained in:
Maximilian Giller 2019-03-01 17:33:57 +01:00
parent a01619610b
commit 83ac33043b

View file

@ -8,12 +8,8 @@ path = ''
wpath = path+'weather-icons/'
opath = path+'other/'
weekday = im_open(opath+'weekday.bmp').convert('RGB')
eventicon = im_open(opath+'event.bmp').convert('RGB')
dateicon = im_open(opath+'today.bmp').convert('RGB')
tempicon = im_open(opath+'temperature.jpeg')
humicon = im_open(opath+'humidity.jpeg')
seperator = im_open(opath+'seperator.jpeg').convert('RGB')
no_response= im_open(opath+'cloud-no-response.jpeg')
sunriseicon = im_open(opath+'wi-sunrise.jpeg')
sunseticon = im_open(opath+'wi-sunset.jpeg')