mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-09-06 16:07:01 +08:00
更新 site.py
This commit is contained in:
+1
-1
@@ -45,7 +45,7 @@ class Site(BaseModel):
|
|||||||
|
|
||||||
class SiteStatistic(BaseModel):
|
class SiteStatistic(BaseModel):
|
||||||
# 站点ID
|
# 站点ID
|
||||||
domain: Optional[int]
|
domain: Optional[str]
|
||||||
# 成功次数
|
# 成功次数
|
||||||
success: Optional[int] = 0
|
success: Optional[int] = 0
|
||||||
# 失败次数
|
# 失败次数
|
||||||
|
|||||||
Reference in New Issue
Block a user