We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7b37d86 + 9c4aba1 commit 3eeb9e2Copy full SHA for 3eeb9e2
1 file changed
app/db/downloadhistory_oper.py
@@ -66,7 +66,7 @@ def delete_file_by_fullpath(self, fullpath: str):
66
按fullpath删除下载文件记录
67
:param fullpath: 数据key
68
"""
69
- DownloadFiles.delete_file_by_fullpath(self._db, fullpath)
+ DownloadFiles.delete_by_fullpath(self._db, fullpath)
70
71
def list_by_page(self, page: int = 1, count: int = 30) -> List[DownloadHistory]:
72
0 commit comments