Fix image url path
This commit is contained in:
parent
a61ad3c596
commit
3f6d9c5cad
|
@ -78,4 +78,4 @@ with Image.open(output_file) as im:
|
|||
font=font,
|
||||
)
|
||||
im.save(output_file, "PNG")
|
||||
print('{"new_file": "' + base_url + "/" + output_file_relative + "\"}")
|
||||
print('{"new_file": "' + base_url + "/static/" + output_file_relative + "\"}")
|
||||
|
|
Loading…
Reference in New Issue
Block a user