Update config.py

This commit is contained in:
本间白猫 2024-10-29 11:22:54 +08:00 committed by GitHub
parent cee650f6a3
commit e95360326a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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