From c2dc6ec5cb39f16b7a915972f67e1b4fa36b3fc4 Mon Sep 17 00:00:00 2001 From: Tajang <63721558+TajangSec@users.noreply.github.com> Date: Fri, 29 Nov 2024 11:07:40 +0800 Subject: [PATCH] Update main.py MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 更正执行脚本的名称,并且整理顺序 --- main.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/main.py b/main.py index a3fe7b6525..f2b2151e80 100644 --- a/main.py +++ b/main.py @@ -2,6 +2,7 @@ os.system('rm -rf poc clone-templates') os.system('python 1-clone_repos.py') -os.system('python 2-remove_duplicated.py') -os.system('python 3-get_pocname.py') +os.system('python 3-check_poc.py') +os.system('python 4-remove_duplicated.py') +os.system('python 5-get_pocname.py')