Cleaned up code
Removed some outdated icon paths due to change from image-based weather-icons to font-based weather-icons
This commit is contained in:
parent
8595ca0939
commit
773699d9bf
@ -27,12 +27,6 @@ eventicon = im_open(opath+'event.png')
|
||||
dateicon = im_open(opath+'today.png')
|
||||
seperator = im_open(opath+'seperator.jpeg')
|
||||
seperator2 = im_open(opath+'seperator2.jpeg')
|
||||
tempicon = im_open(opath+'temperature.jpeg')
|
||||
humicon = im_open(opath+'humidity.jpeg')
|
||||
no_response = im_open(opath+'cloud-no-response.jpeg')
|
||||
sunriseicon = im_open(opath+'wi-sunrise.jpeg')
|
||||
sunseticon = im_open(opath+'wi-sunset.jpeg')
|
||||
windicon = im_open(opath+'wi-strong-wind.jpeg')
|
||||
black = im_open(opath+'black.jpeg')
|
||||
white = im_open(opath+'white.jpeg')
|
||||
red = im_open(opath+'red.jpeg')
|
||||
|
Loading…
Reference in New Issue
Block a user