mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-09-05 15:38:19 +08:00
更新 site.py
This commit is contained in:
+1
-1
@@ -19,7 +19,7 @@ class Site(BaseModel):
|
|||||||
limit_interval: Optional[int] = 0
|
limit_interval: Optional[int] = 0
|
||||||
limit_count: Optional[int] = 0
|
limit_count: Optional[int] = 0
|
||||||
limit_seconds: Optional[int] = 0
|
limit_seconds: Optional[int] = 0
|
||||||
is_active: Optional[str] = 'N'
|
is_active: Optional[bool] = True
|
||||||
|
|
||||||
class Config:
|
class Config:
|
||||||
orm_mode = True
|
orm_mode = True
|
||||||
|
|||||||
Reference in New Issue
Block a user