From c22863ece47b3f2e6355a51462595f0547d0fb81 Mon Sep 17 00:00:00 2001 From: Yoshiko <42309414+yoshiko2@users.noreply.github.com> Date: Sun, 8 Mar 2020 20:38:25 +0800 Subject: [PATCH] Update 2.8 --- AV_Data_Capture.py | 2 +- config.ini | 7 ++----- update_check.json | 4 ++-- 3 files changed, 5 insertions(+), 8 deletions(-) diff --git a/AV_Data_Capture.py b/AV_Data_Capture.py index 8854b8e..4e723fb 100755 --- a/AV_Data_Capture.py +++ b/AV_Data_Capture.py @@ -96,7 +96,7 @@ def getNumber(filepath,absolute_path = False): if __name__ == '__main__': - version = '2.7' + version = '2.8' config_file = 'config.ini' config = ConfigParser() config.read(config_file, encoding='UTF-8') diff --git a/config.ini b/config.ini index 4f3006a..f2ac60d 100644 --- a/config.ini +++ b/config.ini @@ -5,11 +5,8 @@ success_output_folder=JAV_output soft_link=0 [proxy] -# modify this line to your proxy server, leave black proxy= for direct connection -proxy=127.0.0.1:1081 -# timeout must always be greater than zero +proxy=127.0.0.1:1080 timeout=10 -# retry must always be greater than zero retry=3 [Name_Rule] @@ -28,4 +25,4 @@ literals=\() folders=failed,JAV_output [debug_mode] -switch=0 +switch=1 \ No newline at end of file diff --git a/update_check.json b/update_check.json index 1a405d7..096abde 100644 --- a/update_check.json +++ b/update_check.json @@ -1,5 +1,5 @@ { - "version": "2.7", - "version_show":"2.7", + "version": "2.8", + "version_show":"2.8", "download": "https://github.com/yoshiko2/AV_Data_Capture/releases" }