From 83ac33043bf70b5b49b2240afe495835037c5d4a Mon Sep 17 00:00:00 2001 From: Maximilian Giller Date: Fri, 1 Mar 2019 17:33:57 +0100 Subject: [PATCH] Removed links to non-existing graphics --- Calendar/Assets.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Calendar/Assets.py b/Calendar/Assets.py index 222dc2e..5883087 100644 --- a/Calendar/Assets.py +++ b/Calendar/Assets.py @@ -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')