From 2356aa17eb7a637e957b0ae0cce3db4ed35a5f84 Mon Sep 17 00:00:00 2001 From: caiwx86 Date: Mon, 16 Jan 2023 04:19:17 +0800 Subject: [PATCH] fix --- utils/CBZUtils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/CBZUtils.py b/utils/CBZUtils.py index b137109..0ce4ee3 100644 --- a/utils/CBZUtils.py +++ b/utils/CBZUtils.py @@ -100,7 +100,7 @@ class CBZUtils: for file in fz.namelist(): if file.endswith(".jpg"): data = fz.read(file) - time.sleep(1) + time.sleep(0.1) is_file = fileUtils.ver_file(data,"image") if not is_file and os.path.exists(filepath): os.remove(filepath)