@ -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
The note is not visible to the blocked user.