Skip to content

Commit 3eeb9e2

Browse files
authored
Merge pull request #360 from thsrite/main
2 parents 7b37d86 + 9c4aba1 commit 3eeb9e2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/db/downloadhistory_oper.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ def delete_file_by_fullpath(self, fullpath: str):
6666
按fullpath删除下载文件记录
6767
:param fullpath: 数据key
6868
"""
69-
DownloadFiles.delete_file_by_fullpath(self._db, fullpath)
69+
DownloadFiles.delete_by_fullpath(self._db, fullpath)
7070

7171
def list_by_page(self, page: int = 1, count: int = 30) -> List[DownloadHistory]:
7272
"""

0 commit comments

Comments
 (0)