This commit is contained in:
cwx 2022-12-13 00:37:49 +08:00
parent cdc3f2d8c6
commit 403ca9fbf7

View File

@ -36,7 +36,7 @@ class CBZUtils:
print("打包中:" + str(y) + "/" + str(len(filenames)), os.path.join(source_dir, filename))
zf.write(path.joinpath(filename), arc_dir.joinpath(filename))
zf.close()
ntfy.sendMsg("打包完成:", target_file)
ntfy.sendMsg(f"打包完成:{target_file}")
#md5_file = md5(target_file)
#print("md5:", md5_file)
#msg[target_file] = md5_file