From 278403874780acaa248bea24284e079564164d58 Mon Sep 17 00:00:00 2001 From: Ace Date: Mon, 27 Aug 2018 15:21:33 +0200 Subject: [PATCH] Update cal2-4.py --- Calendar/cal2-4.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Calendar/cal2-4.py b/Calendar/cal2-4.py index d3767d3..7c53f09 100644 --- a/Calendar/cal2-4.py +++ b/Calendar/cal2-4.py @@ -29,7 +29,7 @@ mpath = path+'months/' dpath = path+'days/' font = ImageFont.truetype(path+'Assistant-Bold.otf', 18) -weekday = open(path+'/other/weekday.bmp') +weekday = open(path+'other/weekday.bmp') eventicon = open(path+'other/event.bmp') dateicon = open(path+'other/today.bmp') tempicon = open(path+'other/temp-icon.bmp')