mirror of
https://github.com/nonebot/nonebot2.git
synced 2025-07-28 00:31:14 +00:00
🐛 fix config load due to pydantic breaking change
This commit is contained in:
@ -17,3 +17,4 @@ class Config(BaseModel):
|
||||
|
||||
class Config:
|
||||
extra = "ignore"
|
||||
allow_population_by_field_name = True
|
||||
|
Reference in New Issue
Block a user