bugfix
This commit is contained in:
parent
ede4dc1a98
commit
6d74d084a9
@ -83,4 +83,3 @@ def base64_to_file(base64_string, output_path):
|
|||||||
with open(output_path, 'wb') as file:
|
with open(output_path, 'wb') as file:
|
||||||
file.write(binary_data)
|
file.write(binary_data)
|
||||||
|
|
||||||
def base642file(base64string)
|
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
[metadata]
|
[metadata]
|
||||||
name=appPublic
|
name=appPublic
|
||||||
version = 5.2.8
|
version = 5.2.9
|
||||||
description = A set of base public functions or class
|
description = A set of base public functions or class
|
||||||
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