Skip to content

Commit

Permalink
Update labsecurity
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanmeca committed May 16, 2021
1 parent 6ab614a commit 5693065
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions labsecurity
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5693065

Please sign in to comment.