Update cal2-4.py

This commit is contained in:
Ace 2018-08-27 15:21:33 +02:00 committed by GitHub
parent a0f72a537c
commit 2784038747
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -29,7 +29,7 @@ mpath = path+'months/'
dpath = path+'days/' dpath = path+'days/'
font = ImageFont.truetype(path+'Assistant-Bold.otf', 18) 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') eventicon = open(path+'other/event.bmp')
dateicon = open(path+'other/today.bmp') dateicon = open(path+'other/today.bmp')
tempicon = open(path+'other/temp-icon.bmp') tempicon = open(path+'other/temp-icon.bmp')