dkdkdkdkdkdk

This commit is contained in:
Young Hoon Lee
2025-09-23 19:46:03 +09:00
parent 9d98b8d19b
commit 061ee37ba2
4 changed files with 20 additions and 76 deletions

View File

@@ -62,7 +62,7 @@ class MgrPupilColDB(MyDB.MgrSQLiteDB):
def GetTagIDByName(self, strTag: str) -> int:
return self.GetIDByName("tags", strTag)
#
"""
["id"]
["title"]
["language"]
@@ -91,6 +91,9 @@ class MgrPupilColDB(MyDB.MgrSQLiteDB):
["character"]
["url"]
["files"]
"""
def AddBook(self, nHitomiID: int, strArchiveID: str, strTitle: str, listAuthors: list[str],
listGroups: list[str], listSeries: list[str], strType: str, strLanguage: str,
listTags: list[str], strDescription: str) -> int: