From e1d08e7a87e096036e1e13156f19e033921f0141 Mon Sep 17 00:00:00 2001 From: hlky <106811348+hlky@users.noreply.github.com> Date: Thu, 1 Sep 2022 18:10:43 +0100 Subject: [PATCH] 'dict' and 'str' #221 --- webui.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webui.py b/webui.py index 096b5690e..6d8880b44 100644 --- a/webui.py +++ b/webui.py @@ -995,7 +995,7 @@ def process_images( Peak memory usage: { -(mem_max_used // -1_048_576) } MiB / { -(mem_total // -1_048_576) } MiB / { round(mem_max_used/mem_total*100, 3) }%''' for comment in comments: - info += "\n\n" + comment + info['text'] += "\n\n" + comment #mem_mon.stop() #del mem_mon