Update .gitignore, DataClass.py, and 19 more files...

오랜만에 서버 정리하고 커밋. 파일 위치를 정리했다.
캘리버 DB 를 열고 정보를 열람. Pupil 을 통해 다운받은 정보를 관리하기 위해 새로운 클래스 추가
This commit is contained in:
2025-08-01 14:57:40 +09:00
parent f1345e2770
commit d5f2d82bc9
18 changed files with 1266 additions and 1079 deletions

View File

@@ -11,6 +11,7 @@ from PIL import Image
m_ImgExts = [".jpg",".png",".jpeg",".webp"]
m_CalLibPath = "/Volumes/NewDataStor/calibre_lib/"
def Start():
pathTrg = os.path.abspath(m_CalLibPath)
if False == os.path.exists(pathTrg):