update: 更新文件 config.py

This commit is contained in:
honmashironeko 2024-10-25 03:18:30 +08:00
parent 253d8d04fb
commit 48da2f2f6f
No known key found for this signature in database
GPG Key ID: 6685280F6FDE8141

View File

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