fix
This commit is contained in:
parent
cdc3f2d8c6
commit
403ca9fbf7
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user