update: 更新文件 config.py

This commit is contained in:
honmashironeko 2024-10-25 03:22:02 +08:00
parent 9a3bde8e3c
commit 9ac3409498
No known key found for this signature in database
GPG Key ID: 6685280F6FDE8141

View File

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