Updated file for the updated version

This commit is contained in:
Ace 2019-03-04 20:29:47 +01:00 committed by GitHub
parent badcd2e988
commit a097757035
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,14 +16,14 @@ weekpath = path+'translations/'+language+'/week/'
dpath = path+'days/'
opath = path+'other/'
weekday = im_open(opath+'weekday.bmp').convert('L')
eventicon = im_open(opath+'event.bmp').convert('L')
dateicon = im_open(opath+'today.bmp').convert('L')
weekday = im_open(opath+'weekday.png')
eventicon = im_open(opath+'event.png')
dateicon = im_open(opath+'today.png')
seperator = im_open(opath+'seperator.jpeg')
tempicon = im_open(opath+'temperature.jpeg')
humicon = im_open(opath+'humidity.jpeg')
weekmon = im_open(weekpath+'week-mon.jpeg')
weeksun = im_open(weekpath+'week-sun.jpeg')
seperator = im_open(opath+'seperator.jpeg').convert('L')
no_response = im_open(opath+'cloud-no-response.jpeg')
sunriseicon = im_open(opath+'wi-sunrise.jpeg')
sunseticon = im_open(opath+'wi-sunset.jpeg')