From cff5f66596693bfbd0de1b442f3c412683a4840c Mon Sep 17 00:00:00 2001 From: yumoqing Date: Tue, 23 Sep 2025 10:29:07 +0800 Subject: [PATCH] bugfix --- ahserver/filestorage.py | 2 ++ setup.cfg | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/ahserver/filestorage.py b/ahserver/filestorage.py index 518c86a..7ad477a 100644 --- a/ahserver/filestorage.py +++ b/ahserver/filestorage.py @@ -209,3 +209,5 @@ async def base642file(b64str): binary_data = base64.b64decode(b64str) await f.write(binary_data) return fpath + + diff --git a/setup.cfg b/setup.cfg index 3cbee05..ef1ddd8 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,7 +1,7 @@ # setup.cfg [metadata] name = ahserver -version = 1.0.11 +version = 1.0.12 description = A application server base on aiohttp author = yu moqing author_email = yumoqing@gmail.com