bugfix
This commit is contained in:
parent
6d1936ff7f
commit
cff5f66596
@ -209,3 +209,5 @@ async def base642file(b64str):
|
||||
binary_data = base64.b64decode(b64str)
|
||||
await f.write(binary_data)
|
||||
return fpath
|
||||
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user