This commit is contained in:
yumoqing 2023-05-29 22:31:52 +08:00
parent 145d9efb85
commit 5b61e749f4

View File

@ -110,6 +110,6 @@ class FileStorage:
siz += len(d);
await f.write(d)
await f.flush()
# print(f'{name=} file({fpath}) write {siz} bytes')
print(f'{name=} file({fpath}) write {siz} bytes')
self.tfr.newtmpfile(fpath)
return fpath