This commit is contained in:
cwx
2023-01-09 20:50:30 +08:00
parent 83fc294681
commit 0f436e10c4
2 changed files with 6 additions and 1 deletions
+5 -1
View File
@@ -368,7 +368,11 @@ class comicInfo():
cbz = cls.nextSavePath("cbz_")
done = cls.nextSavePath("done_")
shutil.move(cbz,done)
@classmethod
def nextDoneSave(cls,data):
cls.nextSavePath("done_",data)
@classmethod
def nextExistsGetPath(cls,msg):
path = cls.nextSavePath(msg)