Removed comma in *Unicorn readme code

feature/stellar_unicorn
ZodiusInfuser 2023-05-30 10:24:28 +01:00
rodzic d4609699ba
commit ae252fbc6e
2 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -82,7 +82,7 @@ while True:
# draw the text
graphics.set_pen(YELLOW)
graphics.text(MESSAGE, round(0 - scroll), 2, -1, 0.55);
graphics.text(MESSAGE, round(0 - scroll), 2, -1, 0.55)
# update the display
cu.update(graphics)

Wyświetl plik

@ -82,7 +82,7 @@ while True:
# draw the text
graphics.set_pen(YELLOW)
graphics.text(MESSAGE, round(0 - scroll), 2, -1, 0.55);
graphics.text(MESSAGE, round(0 - scroll), 2, -1, 0.55)
# update the display
gu.update(graphics)