From a12cfc0bb68ddc1bfaf96f94be051693492ece3b Mon Sep 17 00:00:00 2001 From: adk23333 <2633103794@qq.com> Date: Tue, 19 Dec 2023 01:41:28 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0config=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- model.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/model.py b/model.py index efb7bbf..243a460 100644 --- a/model.py +++ b/model.py @@ -52,8 +52,8 @@ class Message(Options): class SioConfig(BaseModel): - host: str = Field(alias='private_key') - key: str + host: str + key: str = Field(alias='private_key') self_id: int admin: List[int] validate_host: str