update: 更新文件 config.py

This commit is contained in:
Hoshinoshironeko 2024-10-29 11:23:13 +08:00
parent 9ac3409498
commit b71ca57b80
No known key found for this signature in database
GPG Key ID: 6685280F6FDE8141

View File

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