This commit is contained in:
caiwx86 2023-01-16 04:19:17 +08:00
parent 5899fd913b
commit 2356aa17eb

View File

@ -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)