Merge pull request #18 from lalala-orz/main

use_getip:true check_proxies:True
This commit is contained in:
本间白猫 2024-10-24 12:13:34 +08:00 committed by GitHub
commit 253d8d04fb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 2 deletions

View File

@ -6,8 +6,9 @@ DEFAULT_CONFIG = {
'interval': 300,
'username': '',
'password': '',
'use_getip': False,
'use_getip': True,
'proxy_file': 'ip.txt',
'check_proxies' : True
}
def load_config(config_file='config.ini'):

View File

@ -6,8 +6,9 @@ DEFAULT_CONFIG = {
'interval': 300,
'username': '',
'password': '',
'use_getip': False,
'use_getip': True,
'proxy_file': 'ip.txt',
'check_proxies' : True
}
def load_config(config_file='config.ini'):