WIP: Better exception handling

This commit is contained in:
2023-02-16 15:04:28 +01:00
parent 80897dd79c
commit e2633a01e5
3 changed files with 28 additions and 12 deletions

View File

@@ -53,4 +53,7 @@ class SearchResultsPhoto(BaseModel):
class SearchResultsVideo(BaseModel):
results: List[VideoSearch]
next_page: Union[str, None]
next_page: Union[str, None]
class EmailConfirmed(BaseModel):
detail: str