This commit is contained in:
yumoqing 2025-09-23 10:29:07 +08:00
parent 6d1936ff7f
commit cff5f66596
2 changed files with 3 additions and 1 deletions

View File

@ -209,3 +209,5 @@ async def base642file(b64str):
binary_data = base64.b64decode(b64str) binary_data = base64.b64decode(b64str)
await f.write(binary_data) await f.write(binary_data)
return fpath return fpath

View File

@ -1,7 +1,7 @@
# setup.cfg # setup.cfg
[metadata] [metadata]
name = ahserver name = ahserver
version = 1.0.11 version = 1.0.12
description = A application server base on aiohttp description = A application server base on aiohttp
author = yu moqing author = yu moqing
author_email = yumoqing@gmail.com author_email = yumoqing@gmail.com