fix
This commit is contained in:
parent
a964ba6431
commit
9b08c11607
@ -139,9 +139,11 @@ class baseComic:
|
|||||||
#不存在ComicInfo.xml则生成
|
#不存在ComicInfo.xml则生成
|
||||||
ci.writeComicInfoXML()
|
ci.writeComicInfoXML()
|
||||||
#图标
|
#图标
|
||||||
if not is_next:
|
if is_next:
|
||||||
downloadUtils.downQueueClear()
|
downloadUtils.downQueueClear()
|
||||||
|
else:
|
||||||
CBZUtils.isUpdateOldCBZ()
|
CBZUtils.isUpdateOldCBZ()
|
||||||
|
ComicPath.TIME_SLEEP = random.randint(5,15)
|
||||||
downloadUtils.putDownImageUrlDirFile(Comic.getIcon(),ComicPath.getDirConfComic(),ComicPath.COMIC_ICON_FILE_NAME)
|
downloadUtils.putDownImageUrlDirFile(Comic.getIcon(),ComicPath.getDirConfComic(),ComicPath.COMIC_ICON_FILE_NAME)
|
||||||
downloadUtils.start_downloads(timeout=8)
|
downloadUtils.start_downloads(timeout=8)
|
||||||
return is_next
|
return is_next
|
||||||
Loading…
Reference in New Issue
Block a user