mirror of
https://github.com/nonebot/nonebot2.git
synced 2025-10-27 21:16:42 +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