Update cheerlights.py

removed white space from line 20 in cheerlights
pull/546/head
Brian Corteil 2023-02-28 23:39:35 +00:00
rodzic 37ff6b8b37
commit f882efc901
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -17,7 +17,7 @@ height = GalacticUnicorn.HEIGHT
# fill display
def draw(colour):
graphics.set_pen(colour)
graphics.clear()
gu.update(graphics)