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:
		| @@ -27,12 +27,6 @@ eventicon = im_open(opath+'event.png') | |||||||
| dateicon = im_open(opath+'today.png') | dateicon = im_open(opath+'today.png') | ||||||
| seperator = im_open(opath+'seperator.jpeg') | seperator = im_open(opath+'seperator.jpeg') | ||||||
| seperator2 = im_open(opath+'seperator2.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') | black = im_open(opath+'black.jpeg') | ||||||
| white = im_open(opath+'white.jpeg') | white = im_open(opath+'white.jpeg') | ||||||
| red = im_open(opath+'red.jpeg') | red = im_open(opath+'red.jpeg') | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user