From 141903a6a004983def942afa9ee73700e8403a96 Mon Sep 17 00:00:00 2001 From: angrezichatterbox Date: Thu, 22 Jan 2026 18:58:51 +0530 Subject: [PATCH] fix:split at the second | if multiple | --- app.py | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/app.py b/app.py index be0a8b3..c2589a6 100644 --- a/app.py +++ b/app.py @@ -424,9 +424,23 @@ def process_double_brackets(text, tvar_id=0): if not (text.startswith("[[") and text.endswith("]]")): print(f"Input >{text}< must be wrapped in double brackets [[ ]]") sys.exit(1) + + if '