Update .gitignore, DataClass.py, and 19 more files...
오랜만에 서버 정리하고 커밋. 파일 위치를 정리했다. 캘리버 DB 를 열고 정보를 열람. Pupil 을 통해 다운받은 정보를 관리하기 위해 새로운 클래스 추가
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user