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