更新config文件

This commit is contained in:
San Liy 2023-12-19 01:41:28 +08:00
parent 2055008785
commit a12cfc0bb6

View File

@ -52,8 +52,8 @@ class Message(Options):
class SioConfig(BaseModel): class SioConfig(BaseModel):
host: str = Field(alias='private_key') host: str
key: str key: str = Field(alias='private_key')
self_id: int self_id: int
admin: List[int] admin: List[int]
validate_host: str validate_host: str