From 824e382bbabcf82523dbab75b3c6d1c42da596ed Mon Sep 17 00:00:00 2001 From: Kyomotoi <0w0@imki.moe> Date: Fri, 14 Oct 2022 10:42:56 +0800 Subject: =?UTF-8?q?=F0=9F=8D=BB=20=E6=99=9A=E5=AE=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ATRI/configs/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ATRI/configs/config.py b/ATRI/configs/config.py index 32ce52f..4461f68 100644 --- a/ATRI/configs/config.py +++ b/ATRI/configs/config.py @@ -60,6 +60,6 @@ class Config: gocq_accoutns=gocq_conf.accounts, gocq_download_domain=gocq_conf.download_version, gocq_version=gocq_conf.download_version, - gocq_webui_username=gocq_conf.gocq_webui_password, + gocq_webui_username=gocq_conf.gocq_webui_username, gocq_webui_password=gocq_conf.gocq_webui_password, ).dict() -- cgit v1.2.3