From d4251c8b44ddb49adb5a9099480091a24f7dbe68 Mon Sep 17 00:00:00 2001 From: wenead99 <42309414+wenead99@users.noreply.github.com> Date: Sat, 22 Jun 2019 00:46:06 +0800 Subject: [PATCH] =?UTF-8?q?Beta=2010.5=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 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 0cb1c0f..4154646 100644 --- a/AV_Data_Capture.py +++ b/AV_Data_Capture.py @@ -6,7 +6,7 @@ import sys from ADC_function import * import json -version='0.10.4' +version='0.10.5' def UpdateCheck(): html2 = get_html('https://raw.githubusercontent.com/wenead99/AV_Data_Capture/master/update_check.json') @@ -71,8 +71,8 @@ if __name__ =='__main__': if '_' in i: os.rename(re.search(r'[^\\/:*?"<>|\r\n]+$', i).group(), rreplace(re.search(r'[^\\/:*?"<>|\r\n]+$', i).group(), '_', '-', 1)) i = rreplace(re.search(r'[^\\/:*?"<>|\r\n]+$', i).group(), '_', '-', 1) - os.system('python core.py' + ' "' + i + '"') #选择从py文件启动 (用于源码py) - #os.system('core.exe' + ' "' + i + '"') #选择从exe文件启动(用于EXE版程序) + #os.system('python core.py' + ' "' + i + '"') #选择从py文件启动 (用于源码py) + os.system('core.exe' + ' "' + i + '"') #选择从exe文件启动(用于EXE版程序) print("[*]=====================================") print("[!]Cleaning empty folders")