From a4aa9ec7620dbdff3c076349039e4a65352c8bfe Mon Sep 17 00:00:00 2001 From: yoshiko2 Date: Fri, 1 Oct 2021 13:30:34 +0800 Subject: [PATCH] Repair a bug --- AV_Data_Capture.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AV_Data_Capture.py b/AV_Data_Capture.py index db2b4ea..0f4f561 100755 --- a/AV_Data_Capture.py +++ b/AV_Data_Capture.py @@ -303,7 +303,7 @@ if __name__ == '__main__': print('[+]Enable debug') if conf.soft_link(): print('[!]Enable soft link') - print('[!]CmdLine:'," ".join(sys.argv[1:])) + #print('[!]CmdLine:'," ".join(sys.argv[1:])) create_failed_folder(conf.failed_folder()) start_time = time.time()