Update 2.8

This commit is contained in:
Yoshiko 2020-03-08 20:38:25 +08:00 committed by GitHub
parent 73cdd797c5
commit c22863ece4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 8 deletions

View File

@ -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')

View File

@ -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

View File

@ -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"
}