From 892c686fa9067aed7dde886485760e4246919454 Mon Sep 17 00:00:00 2001 From: HibiKier <45528451+HibiKier@users.noreply.github.com> Date: Thu, 20 May 2021 21:04:06 +0800 Subject: [PATCH] Update config.py --- configs/config.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/configs/config.py b/configs/config.py index 5fd51613..bb476d20 100644 --- a/configs/config.py +++ b/configs/config.py @@ -17,7 +17,7 @@ RSSHUBAPP: str = "" # rsshub TL_KEY: List[str] = [] # 数据库(必要) -bind: str = 'postgresql://hibiki:KEWang130123@hibiki0v0.cn:5432/hibikibot' +bind: str = '' sql_name: str = '' user: str = '' password: str = '' @@ -77,8 +77,6 @@ buff_proxy: str = '' # 是否存储色图 DOWNLOAD_SETU: bool = True -# 是否使用本地色图 -LOCAL_SETU: bool = True # 是否自动同意好友添加 AUTO_ADD_FRIEND: bool = True