Run pre-commit

This commit is contained in:
Tekktrik 2023-05-10 22:44:27 -04:00
parent 3f5453a9ad
commit 32f3237a7b

View file

@ -61,7 +61,6 @@ font = ImageFont.load_default()
# font = ImageFont.truetype('/usr/share/fonts/truetype/dejavu/DejaVuSans.ttf', 9)
while True:
# Draw a black filled box to clear the image.
draw.rectangle((0, 0, width, height), outline=0, fill=0)