This commit is contained in:
mrq 2023-02-15 05:57:42 +00:00
parent c533b1b391
commit d2ab3383f8

View File

@ -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