From 3f6d9c5cad5388a519ef67643c4a83b0481406c3 Mon Sep 17 00:00:00 2001 From: Kuba Orlik Date: Fri, 17 Jun 2022 09:37:59 +0200 Subject: [PATCH] Fix image url path --- Docker/annotate_header.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 + "\"}")