bugfix
This commit is contained in:
parent
6d1936ff7f
commit
cff5f66596
@ -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
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user