fix
This commit is contained in:
parent
963acba7fa
commit
631eaed043
@ -145,5 +145,5 @@ class baseComic:
|
|||||||
ci.writeComicInfoXML()
|
ci.writeComicInfoXML()
|
||||||
ComicPath.TIME_SLEEP = random.randint(5,15)
|
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=15)
|
||||||
return is_next
|
return is_next
|
||||||
Loading…
Reference in New Issue
Block a user