bugfix
This commit is contained in:
parent
83c0d725fd
commit
20eb5fe63c
@ -62,4 +62,4 @@ def base64_to_file(base64_string, output_path):
|
|||||||
fp = os.path.join(output_path, fname)
|
fp = os.path.join(output_path, fname)
|
||||||
with open(fp, 'wb') as file:
|
with open(fp, 'wb') as file:
|
||||||
file.write(binary_data)
|
file.write(binary_data)
|
||||||
|
return fp
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user