From 9c58a79e930adc8c9aff97c26a4ed6f4a8c81062 Mon Sep 17 00:00:00 2001 From: Ba1_Ma0 <52622597+baimao-box@users.noreply.github.com> Date: Sat, 2 Jul 2022 20:14:27 +0800 Subject: [PATCH] Update setup.py --- setup.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/setup.py b/setup.py index cafd827..2c94df6 100644 --- a/setup.py +++ b/setup.py @@ -35,8 +35,7 @@ def mkdir(): os.system("sudo git clone https://github.com/offensive-security/exploitdb.git /opt/exploitdb") os.system("sudo ln -sf /opt/exploitdb/searchsploit /usr/local/bin/searchsploit") print("\033[1;31;40mInstallation succeeded\033[0m") - else: - start = start + 1 +