Update Python tools

This commit is contained in:
ajp_anton
2026-08-09 18:26:25 +00:00
parent 9c0ce2098f
commit 58b4f69d63
3 changed files with 19 additions and 7 deletions
+1 -1
View File
@@ -29,5 +29,5 @@
<ul></ul>
</section>
<h2>Output</h2>
<pre id="run-output" data-output-url="{{ url_for('run_output', run_id=run.id) }}"></pre>
<pre id="run-output" data-output-url="{{ url_for('run_output', run_id=run.id) }}">{{ output }}</pre>
{% endblock %}