dkdkdkdkdkdk
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user