fixed arg order bug

patch/wordclock
thirdr 2024-04-11 14:02:26 +01:00
rodzic 4fc3095433
commit cdb7b4bf2c
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -95,7 +95,7 @@ def draw():
y += line_space
x = default_x
graphics.text(letter.upper(), x, y, 640, scale, spacing)
graphics.text(letter.upper(), x, y, 640, scale=scale, spacing=spacing)
x += letter_space
graphics.update()