Skip to content

Commit e321865

Browse files
authored
Update removeFile.py
1 parent a28393b commit e321865

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

moumoubaimifan/remove/removeFile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,4 @@ def crc32(file_path):
2626
hash = zlib.crc32(s, hash)
2727
return "%08X" % (hash & 0xFFFFFFFF)
2828

29-
scanning_floder("D:\personal\新建文件夹/**/*")
29+
scanning_floder(r"C:\Users\xxxx\Documents\WeChat Files\xxx\FileStorage\**\*")

0 commit comments

Comments
 (0)