Skip to content

Commit 5693065

Browse files
authored
Update labsecurity
1 parent 6ab614a commit 5693065

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

labsecurity

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,7 @@ def terminal ():
3232
user = input ("labsecurity > ")
3333
prompt = user.split ()
3434

35-
if not prompt:
36-
print (Style.BRIGHT + Fore.RED + "[*] ERROR, you must add a command")
37-
elif prompt[0] == 'help':
35+
if prompt[0] == 'help':
3836
main.help ()
3937
elif prompt[0] == 'set':
4038
#Here is the part where the selections are put

0 commit comments

Comments
 (0)