fix 部分数据库操作没有Commit

This commit is contained in:
jxxghp
2023-09-05 16:12:43 +08:00
parent c3a0a839c3
commit 99218515ea
4 changed files with 9 additions and 6 deletions

View File

@ -122,3 +122,4 @@ class TransferHistory(Base):
"download_hash": download_hash
}
)
db.commit()