From 56a41604cb48a834040094d87cf61fedd327cb96 Mon Sep 17 00:00:00 2001 From: wenead99 <42309414+wenead99@users.noreply.github.com> Date: Sat, 29 Jun 2019 19:03:27 +0800 Subject: [PATCH] Update AV_Data_Capture.py --- AV_Data_Capture.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/AV_Data_Capture.py b/AV_Data_Capture.py index afce144..182972c 100644 --- a/AV_Data_Capture.py +++ b/AV_Data_Capture.py @@ -7,7 +7,7 @@ import ADC_function import json import shutil -version='0.11.1' +version='0.11.2' os.chdir(os.getcwd()) def UpdateCheck(): @@ -125,10 +125,10 @@ if __name__ =='__main__': print('[!] - '+percentage+' ['+str(count)+'/'+count_all+'] -') print("[!]Making Data for [" + i + "],the number is [" + getNumber(i) + "]") os.system('python core.py' + ' "' + i + '" --number "'+getNumber(i)+'"') #选择从py文件启动 (用于源码py) - #print('core.exe' + ' "' + i + '" --number "'+getNumber(i)+'"') #选择从exe文件启动(用于EXE版程序 + #os.system('core.exe' + ' "' + i + '" --number "'+getNumber(i)+'"') #选择从exe文件启动(用于EXE版程序 #print() print("[*]=====================================") CEF('JAV_output') print("[+]All finished!!!") - input("[+][+]Press enter key exit, you can check the error messge before you exit.\n[+][+]按回车键结束,你可以在结束之前查看和错误信息。") \ No newline at end of file + input("[+][+]Press enter key exit, you can check the error messge before you exit.\n[+][+]按回车键结束,你可以在结束之前查看和错误信息。")