mirror of
https://github.com/trustedsec/social-engineer-toolkit
synced 2024-11-22 04:23:06 +00:00
remove nested statement with the same condition
This commit is contained in:
parent
02ed2e8f11
commit
dd4d02f1af
1 changed files with 6 additions and 7 deletions
|
@ -294,7 +294,6 @@ def web_server_start():
|
|||
thread.start_new_thread(webserver.start_server, (web_port, path))
|
||||
|
||||
|
||||
if apache == 0:
|
||||
if os.path.isfile(userconfigpath + "meta_config"):
|
||||
msf_path = meta_path()
|
||||
#print("You will need to launch the listener on your own, execute in a different shell the following command if using Metasploit:")
|
||||
|
|
Loading…
Reference in a new issue