graceful exit

This commit is contained in:
jxxghp
2023-06-08 08:20:19 +08:00
parent 856f931307
commit 46b5f3ba3b
2 changed files with 24 additions and 3 deletions

View File

@ -21,6 +21,7 @@ class Subscribe(BaseModel):
start_episode: Optional[int]
lack_episode: Optional[int]
note: Optional[str]
state: str
class Config:
orm_mode = True