update: 更新文件 config.py

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

View File

@ -6,7 +6,7 @@ DEFAULT_CONFIG = {
'interval': 300,
'username': '',
'password': '',
'use_getip': True,
'use_getip': False,
'proxy_file': 'ip.txt'
}