From 5b61e749f4407765d4ceaa0ab268d069ee63fcf4 Mon Sep 17 00:00:00 2001 From: yumoqing Date: Mon, 29 May 2023 22:31:52 +0800 Subject: [PATCH] bugfix --- ahserver/filestorage.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ahserver/filestorage.py b/ahserver/filestorage.py index 337a99e..5a372b1 100755 --- a/ahserver/filestorage.py +++ b/ahserver/filestorage.py @@ -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