Update configuration.py

This commit is contained in:
Ace 2019-12-15 20:57:39 +01:00 committed by GitHub
parent 4480540f54
commit ddd43555e4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -60,7 +60,7 @@ else:
default = ImageFont.truetype(NotoSans+'.ttf', 18)
semi = ImageFont.truetype(NotoSans+'Medium.ttf', 18)
bold = ImageFont.truetype(NotoSans+'SemiBold.ttf', 18)
w_font = ImageFont.truetype(weatherfont, 10)
"""Create image with given parameters"""