[F] Fix june flicker #408
This commit is contained in:
parent
b28aa0ddf2
commit
d6f9d1f569
4 changed files with 7 additions and 5 deletions
|
|
@ -105,8 +105,8 @@ def start_animation():
|
|||
|
||||
try:
|
||||
while 1:
|
||||
# Clear the screen
|
||||
print("\033[2J\033[H", end="")
|
||||
# Move cursor to the top left corner
|
||||
print("\033[H", end="")
|
||||
draw_frame()
|
||||
frame += speed
|
||||
sleep(frame_delay)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue