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

@@ -61,7 +61,7 @@ class MyApp(QMainWindow):
if False == os.path.exists(self.pathDB): if False == os.path.exists(self.pathDB):
os.makedirs(self.pathDB, exist_ok=True) os.makedirs(self.pathDB, exist_ok=True)
self.pathLastCalibre = settings.value('LastCalibrePath', "~/CalibreLibrary", type=str) self.pathLastCalibre = settings.value('LastCalibrePath', "~/Calibre Library", type=str)
if False == os.path.exists(self.pathDB): if False == os.path.exists(self.pathDB):
os.makedirs(self.pathDB, exist_ok=True) os.makedirs(self.pathDB, exist_ok=True)

View File

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

View File

@@ -34,7 +34,7 @@ def GetCurrentTime() -> str:
minute = current_time_struct.tm_min minute = current_time_struct.tm_min
second = current_time_struct.tm_sec second = current_time_struct.tm_sec
strRet = (f"{year}/{month}/{day}_{hour}:{minute}:{second}") strRet = (f"{year}-{month}-{day}_{hour}:{minute}:{second}")
return strRet return strRet

View File

@@ -1,73 +1,14 @@
appnope==0.1.4 beautifulsoup4>=4.12.3
asgiref==3.8.1 image>=1.5.33
asttokens==2.4.1 jedi>=0.19.1
attrs==23.2.0 numpy>=1.26.4
beautifulsoup4==4.12.3 openpyxl>=3.1.2
bs4==0.0.2 pandas>=2.2.2
certifi==2024.2.2 PyQt5>=5.15.11
cloudpickle==3.0.0 PyQt6>=6.7.0
comm==0.2.2 python-dateutil>=2.9.0.post0
ctype==7.4.2 pytz>=2024.1
debugpy==1.8.1 pyzmq>=25.1.2
decorator==5.1.1 rarfile>=4.2
Django==5.0.4 selenium>=4.19.0
et-xmlfile==1.1.0 sqlparse>=0.5.0
executing==2.0.1
h11==0.14.0
idna==3.6
image==1.5.33
ipykernel==6.29.4
ipython==8.23.0
jedi==0.19.1
jupyter_client==8.6.1
jupyter_core==5.7.2
matplotlib-inline==0.1.6
nest-asyncio==1.6.0
numpy==1.26.4
openpyxl==3.1.2
outcome==1.3.0.post0
packaging==24.0
pandas==2.2.2
parso==0.8.3
pexpect==4.9.0
pillow==10.3.0
platformdirs==4.2.0
prompt-toolkit==3.0.43
psutil==5.9.8
ptyprocess==0.7.0
pure-eval==0.2.2
Pygments==2.17.2
PyQt5==5.15.11
PyQt5-Qt5==5.15.14
PyQt5_sip==12.15.0
PyQt6==6.7.0
PyQt6-Qt6==6.7.0
PyQt6-sip==13.6.0
PySide6==6.6.3.1
PySide6_Addons==6.6.3.1
PySide6_Essentials==6.6.3.1
PySocks==1.7.1
python-dateutil==2.9.0.post0
pytz==2024.1
pyzmq==25.1.2
rarfile==4.2
selenium==4.19.0
shiboken6==6.6.3.1
six==1.16.0
sniffio==1.3.1
sortedcontainers==2.4.0
soupsieve==2.5
spyder-kernels==2.5.1
sqlparse==0.5.0
stack-data==0.6.3
tk==0.1.0
tornado==6.4
traitlets==5.14.2
trio==0.25.0
trio-websocket==0.11.1
typing_extensions==4.10.0
tzdata==2024.1
urllib3==2.2.1
wcwidth==0.2.13
wsproto==1.2.0
wurlitzer==3.0.3