remove nested statement with the same condition

This commit is contained in:
Elisha Hollander 2022-01-19 20:19:21 +02:00 committed by GitHub
parent 02ed2e8f11
commit dd4d02f1af
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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:")