Update mw.py

This commit is contained in:
dami 2026-07-07 23:54:17 +08:00
parent 54895f1d0a
commit 5cc9a67152
1 changed files with 1 additions and 1 deletions

View File

@ -325,7 +325,7 @@ def fastCopy(src, dst, buffer_size=256 * 1024): # 128MB 缓冲区
shutil.copyfileobj(fsrc, fdst, length=buffer_size)
# linux高效复制[未通过测试]
# linux高效复制
def sendfile(src, dst):
if isAppleSystem():
try: