From 729b2925156b7e3b06ac015385cde77cc6fdd6d9 Mon Sep 17 00:00:00 2001 From: mrq Date: Wed, 15 Feb 2023 05:57:42 +0000 Subject: [PATCH] oops x2 --- webui.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/webui.py b/webui.py index 81158b5..9b9cc12 100755 --- a/webui.py +++ b/webui.py @@ -164,10 +164,11 @@ def generate( if match is None or len(match) == 0: idx = idx + 1 # safety continue - match = match[0] key = match[0] idx_cache[key] = True + print(idx_cache) + idx = idx + len(idx_cache) # I know there's something to pad I don't care