Skip to content

Commit

Permalink
Merge pull request #360 from thsrite/main
Browse files Browse the repository at this point in the history
  • Loading branch information
jxxghp authored Sep 1, 2023
2 parents 7b37d86 + 9c4aba1 commit 3eeb9e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/db/downloadhistory_oper.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ def delete_file_by_fullpath(self, fullpath: str):
按fullpath删除下载文件记录
:param fullpath: 数据key
"""
DownloadFiles.delete_file_by_fullpath(self._db, fullpath)
DownloadFiles.delete_by_fullpath(self._db, fullpath)

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

0 comments on commit 3eeb9e2

Please sign in to comment.