From 56930659e9e1b130c2c68b4844fc67d66fdee1de Mon Sep 17 00:00:00 2001 From: Dylan Meca <55631040+dylan14567@users.noreply.github.com> Date: Sat, 15 May 2021 21:30:05 -0500 Subject: [PATCH] Update labsecurity --- labsecurity | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/labsecurity b/labsecurity index 219bbb6..e2e0a5f 100755 --- a/labsecurity +++ b/labsecurity @@ -32,9 +32,7 @@ def terminal (): user = input ("labsecurity > ") prompt = user.split () - if not prompt: - print (Style.BRIGHT + Fore.RED + "[*] ERROR, you must add a command") - elif prompt[0] == 'help': + if prompt[0] == 'help': main.help () elif prompt[0] == 'set': #Here is the part where the selections are put