Error !

SyntaxException: (SystemError) AST constructor recursion depth mismatch (before=168, after=164) ('mylar.PROVIDER_STATUS = {}\nfor ko, vo in sorted(my') in file '/app/mylar3/data/interfaces/default/base.html' at line: 124 char: 5

<img src="images/x_red.png", height="8", width="8"> %endif <br> <% mylar.PROVIDER_STATUS = {} for ko, vo in sorted(mylar.CONFIG.PROVIDER_ORDER.items()): mylar.PROVIDER_STATUS.update({vo : 'success'}) for kb in mylar.PROVIDER_BLOCKLIST: if vo == kb['site']:
/lsiopy/lib/python3.11/site-packages/mako/pyparser.py, line 38:
raise exceptions.SyntaxException(
/lsiopy/lib/python3.11/site-packages/mako/ast.py, line 42:
expr = pyparser.parse(code.lstrip(), "exec", **exception_kwargs)
/lsiopy/lib/python3.11/site-packages/mako/parsetree.py, line 158:
self.code = ast.PythonCode(text, **self.exception_kwargs)
/lsiopy/lib/python3.11/site-packages/mako/lexer.py, line 129:
node = nodecls(*args, **kwargs)
/lsiopy/lib/python3.11/site-packages/mako/lexer.py, line 392:
self.append_node(
/lsiopy/lib/python3.11/site-packages/mako/lexer.py, line 248:
if self.match_python_block():
/lsiopy/lib/python3.11/site-packages/mako/template.py, line 657:
node = lexer.parse()
/lsiopy/lib/python3.11/site-packages/mako/template.py, line 677:
source, lexer = _compile(
/lsiopy/lib/python3.11/site-packages/mako/template.py, line 393:
code, module = _compile_text(self, data, filename)
/lsiopy/lib/python3.11/site-packages/mako/template.py, line 317:
module = self._compile_from_file(path, filename)
/lsiopy/lib/python3.11/site-packages/mako/lookup.py, line 313:
self._collection[uri] = template = Template(
/lsiopy/lib/python3.11/site-packages/mako/lookup.py, line 252:
return self._load(srcfile, uri)
/lsiopy/lib/python3.11/site-packages/mako/runtime.py, line 837:
return lookup.get_template(uri)
/lsiopy/lib/python3.11/site-packages/mako/runtime.py, line 803:
template = _lookup_template(context, uri, calling_uri)
/app/mylar3/data/interfaces/default/searchresults.html, line 7:
/lsiopy/lib/python3.11/site-packages/mako/runtime.py, line 854:
ret = template.module._mako_inherit(template, context)
/lsiopy/lib/python3.11/site-packages/mako/runtime.py, line 915:
(inherit, lclcontext) = _populate_self_namespace(context, tmpl)
/lsiopy/lib/python3.11/site-packages/mako/runtime.py, line 874:
_render_context(
/lsiopy/lib/python3.11/site-packages/mako/template.py, line 439:
return runtime._render(self, self.callable_, args, data)
/app/mylar3/mylar/webserve.py, line 130:
return template.render(http_root=mylar.CONFIG.HTTP_ROOT, interface=mylar.CONFIG.INTERFACE, icons=icons, gl_messages=mylar.GLOBAL_MESSAGES, sse_key=mylar.SSE_KEY, pre_update=mylar.UPDATE_VALUE, **kwargs)