diff --git a/common/BaseComicEntity.py b/common/BaseComicEntity.py index abfb9fb..61ca77a 100644 --- a/common/BaseComicEntity.py +++ b/common/BaseComicEntity.py @@ -146,5 +146,5 @@ class baseComic: ComicPath.TIME_SLEEP = random.randint(8,15) #图标 downloadUtils.putDownImageUrlDirFile(Comic.getIcon(),ComicPath.getDirConfComic(),ComicPath.COMIC_ICON_FILE_NAME) - downloadUtils.start_downloads() + downloadUtils.start_downloads(timeout=8) return is_next \ No newline at end of file