Merge branch 'master' into continuous-mode-limit

This commit is contained in:
Joseph C. Miller, II
2023-04-12 15:50:05 -06:00
22 changed files with 122 additions and 38 deletions

View File

@@ -391,7 +391,7 @@ while True:
flush=True)
while True:
console_input = utils.clean_input(Fore.MAGENTA + "Input:" + Style.RESET_ALL)
if console_input.lower() == "y":
if console_input.lower().rstrip() == "y":
user_input = "GENERATE NEXT COMMAND JSON"
break
elif console_input.lower().startswith("y -"):