diff --git a/Docker/annotate_header.py b/Docker/annotate_header.py index 7715b09..663b323 100644 --- a/Docker/annotate_header.py +++ b/Docker/annotate_header.py @@ -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 + "\"}")