From d7197d8b8c717878c059d84bb00384377fa124d8 Mon Sep 17 00:00:00 2001 From: lededev Date: Sun, 26 Sep 2021 19:49:24 +0800 Subject: [PATCH] =?UTF-8?q?=E6=97=A5=E5=BF=97=E4=BF=A1=E6=81=AF=E5=8C=85?= =?UTF-8?q?=E5=90=AB=E5=91=BD=E4=BB=A4=E8=A1=8C=E5=8F=82=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- AV_Data_Capture.py | 1 + 1 file changed, 1 insertion(+) diff --git a/AV_Data_Capture.py b/AV_Data_Capture.py index be9053d..ffe8bd6 100755 --- a/AV_Data_Capture.py +++ b/AV_Data_Capture.py @@ -304,6 +304,7 @@ if __name__ == '__main__': print('[+]Enable debug') if conf.soft_link(): print('[!]Enable soft link') + print('[!]CmdLine:'," ".join(sys.argv[1:])) create_failed_folder(conf.failed_folder()) start_time = time.time()