bugfix
This commit is contained in:
parent
145d9efb85
commit
5b61e749f4
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user