summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ATRI/configs/config.py2
-rw-r--r--ATRI/configs/models.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/ATRI/configs/config.py b/ATRI/configs/config.py
index 4461f68..eafe3ea 100644
--- a/ATRI/configs/config.py
+++ b/ATRI/configs/config.py
@@ -57,7 +57,7 @@ class Config:
command_start=bot_conf.command_start,
command_sep=bot_conf.command_sep,
session_expire_timeout=bot_conf.session_expire_timeout,
- gocq_accoutns=gocq_conf.accounts,
+ gocq_accounts=gocq_conf.accounts,
gocq_download_domain=gocq_conf.download_version,
gocq_version=gocq_conf.download_version,
gocq_webui_username=gocq_conf.gocq_webui_username,
diff --git a/ATRI/configs/models.py b/ATRI/configs/models.py
index d0bfd50..a23d7f2 100644
--- a/ATRI/configs/models.py
+++ b/ATRI/configs/models.py
@@ -58,7 +58,7 @@ class RuntimeConfig(BaseModel):
command_start: set
command_sep: set
session_expire_timeout: int
- gocq_accoutns: list
+ gocq_accounts: list
gocq_download_domain: str
gocq_version: str
gocq_webui_username: str