fix
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user