Update config.py

This commit is contained in:
HibiKier 2021-06-10 14:51:58 +08:00 committed by GitHub
parent c760f136d3
commit febf9e6a3d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -88,8 +88,8 @@ MUTE_LEVEL: int = 5 # 更改禁言设置权限
UPDATE_GOCQ_GROUP: List[int] = []
# 代理
system_proxy: str = ''
buff_proxy: str = ''
system_proxy: str = '' # 系统代理
buff_proxy: str = '' # buff代理
# 是否存储色图
DOWNLOAD_SETU: bool = True