Just have to test on calc

This commit is contained in:
KikooDX 2020-05-08 10:32:02 +02:00
parent 3dc2ef7b7b
commit af2081b594
1 changed files with 2 additions and 0 deletions

View File

@ -17,6 +17,8 @@ try:
selection += 1
if selection == len(choices):
selection = 0
clear_screen()
fancy_text(0, 0, choices[selection].upper().replace("_", " "))
except KeyboardInterrupt:
assert choices[selection] != "exit"
draw_string(0, 16, "Loading...")