Removed comma in *Unicorn readme code
This commit is contained in:
parent
d4609699ba
commit
ae252fbc6e
|
@ -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)
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue