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