This commit is contained in:
cwx
2023-03-31 11:16:36 +08:00
parent a6a078174c
commit e09b5eff12
2 changed files with 4 additions and 3 deletions
+2 -1
View File
@@ -3,6 +3,7 @@ import os,re
from utils.comic.PathStr import pathStr
import json,shutil
from utils.FileUtils import dbUtils
from opencc import OpenCC
class comicInfo():
COMIC_ICON_NAME = "000"
@@ -15,7 +16,7 @@ class comicInfo():
PROGRESS_NONE = "none"
IS_NEW_ICON = False
document = Document()
path_comic_info = None