Skip to content

Commit

Permalink
Update downloadhistory_oper.py
Browse files Browse the repository at this point in the history
  • Loading branch information
thsrite authored Sep 1, 2023
1 parent 7b37d86 commit 9c4aba1
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 9c4aba1

Please sign in to comment.