Skip to content

Commit c22863e

Browse files
authored
Update 2.8
1 parent 73cdd79 commit c22863e

File tree

3 files changed

+5
-8
lines changed

3 files changed

+5
-8
lines changed

AV_Data_Capture.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ def getNumber(filepath,absolute_path = False):
9696

9797

9898
if __name__ == '__main__':
99-
version = '2.7'
99+
version = '2.8'
100100
config_file = 'config.ini'
101101
config = ConfigParser()
102102
config.read(config_file, encoding='UTF-8')

config.ini

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,8 @@ success_output_folder=JAV_output
55
soft_link=0
66

77
[proxy]
8-
# modify this line to your proxy server, leave black proxy= for direct connection
9-
proxy=127.0.0.1:1081
10-
# timeout must always be greater than zero
8+
proxy=127.0.0.1:1080
119
timeout=10
12-
# retry must always be greater than zero
1310
retry=3
1411

1512
[Name_Rule]
@@ -28,4 +25,4 @@ literals=\()
2825
folders=failed,JAV_output
2926

3027
[debug_mode]
31-
switch=0
28+
switch=1

update_check.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "2.7",
3-
"version_show":"2.7",
2+
"version": "2.8",
3+
"version_show":"2.8",
44
"download": "https://github.com/yoshiko2/AV_Data_Capture/releases"
55
}

0 commit comments

Comments
 (0)