fix context

This commit is contained in:
jxxghp
2023-08-02 09:04:40 +08:00
parent fcf0789684
commit 99ed6fd163
2 changed files with 29 additions and 5 deletions

View File

@ -48,3 +48,4 @@ class TmdbPerson(BaseModel):
place_of_birth: Optional[str] = None
popularity: Optional[float] = None
images: Optional[dict] = {}
biography: Optional[str] = None