diff --git a/scripts/threads/prompt.py b/scripts/threads/prompt.py index 9fa3c73..d7ffe7e 100644 --- a/scripts/threads/prompt.py +++ b/scripts/threads/prompt.py @@ -61,6 +61,8 @@ def prompt(): ).stdout.decode() ) continue + if command == "": + continue else: print("Command not found. Write 'h' for help.") continue