fix AddDownloadAction

This commit is contained in:
jxxghp
2025-02-19 15:24:13 +08:00
parent 15e1fb61ac
commit 351029a842
13 changed files with 50 additions and 57 deletions
+3 -7
View File
@@ -30,13 +30,9 @@ class FetchRssAction(BaseAction):
def description(self) -> str:
return "请求RSS地址获取数据,并解析为资源列表"
async def execute(self, params: FetchRssParams, context: ActionContext) -> ActionContext:
pass
@property
def done(self) -> bool:
return True
@property
def success(self) -> bool:
return True
async def execute(self, params: FetchRssParams, context: ActionContext) -> ActionContext:
pass