mirror of
https://github.com/trustedsec/social-engineer-toolkit
synced 2025-02-16 13:28:36 +00:00
commit
60ad49a1f7
1 changed files with 1 additions and 1 deletions
|
@ -194,7 +194,7 @@ def setprompt(category, text):
|
|||
prompt += ":" + bcolors.UNDERL + \
|
||||
bcolors.DARKCYAN + level + bcolors.ENDC
|
||||
promptstring = str(prompt)
|
||||
promptstring = promptstring + "> " + text + ":"
|
||||
promptstring = promptstring + "> " + text + ": "
|
||||
return promptstring
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue