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