fix
This commit is contained in:
@@ -86,10 +86,10 @@ class comicEntity:
|
||||
cls.count_chapter += 1
|
||||
#一本漫画下载后等待
|
||||
#清空文件夹
|
||||
pathDirComic = comicInfo.getDirComic()
|
||||
if os.path.exists(pathDirComic):
|
||||
shutil.rmtree(pathDirComic)
|
||||
if not sleep == None:
|
||||
path_dir_comic = comicInfo.getDirComic()
|
||||
if os.path.exists(path_dir_comic):
|
||||
shutil.rmtree(path_dir_comic)
|
||||
if sleep != None:
|
||||
time.sleep(sleep)
|
||||
|
||||
'''
|
||||
|
||||
Reference in New Issue
Block a user