Update 2.8
This commit is contained in:
parent
73cdd797c5
commit
c22863ece4
@ -96,7 +96,7 @@ def getNumber(filepath,absolute_path = False):
|
|||||||
|
|
||||||
|
|
||||||
if __name__ == '__main__':
|
if __name__ == '__main__':
|
||||||
version = '2.7'
|
version = '2.8'
|
||||||
config_file = 'config.ini'
|
config_file = 'config.ini'
|
||||||
config = ConfigParser()
|
config = ConfigParser()
|
||||||
config.read(config_file, encoding='UTF-8')
|
config.read(config_file, encoding='UTF-8')
|
||||||
|
@ -5,11 +5,8 @@ success_output_folder=JAV_output
|
|||||||
soft_link=0
|
soft_link=0
|
||||||
|
|
||||||
[proxy]
|
[proxy]
|
||||||
# modify this line to your proxy server, leave black proxy= for direct connection
|
proxy=127.0.0.1:1080
|
||||||
proxy=127.0.0.1:1081
|
|
||||||
# timeout must always be greater than zero
|
|
||||||
timeout=10
|
timeout=10
|
||||||
# retry must always be greater than zero
|
|
||||||
retry=3
|
retry=3
|
||||||
|
|
||||||
[Name_Rule]
|
[Name_Rule]
|
||||||
@ -28,4 +25,4 @@ literals=\()
|
|||||||
folders=failed,JAV_output
|
folders=failed,JAV_output
|
||||||
|
|
||||||
[debug_mode]
|
[debug_mode]
|
||||||
switch=0
|
switch=1
|
@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"version": "2.7",
|
"version": "2.8",
|
||||||
"version_show":"2.7",
|
"version_show":"2.8",
|
||||||
"download": "https://github.com/yoshiko2/AV_Data_Capture/releases"
|
"download": "https://github.com/yoshiko2/AV_Data_Capture/releases"
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user