diff --git a/main.py b/main.py index 4ec9c22..d925be4 100644 --- a/main.py +++ b/main.py @@ -187,6 +187,8 @@ while True: choice = 0 should_restart = True break + elif text == "": + continue choice = int(text) if choice not in possible_choices: print("invalid choice")