This commit is contained in:
Saifeddine ALOUI
2024-02-28 22:56:34 +01:00
parent be34aaebbf
commit e7cdefcf94
23 changed files with 377 additions and 316 deletions

View File

@ -40,5 +40,5 @@ def build_html_output(code, ifram_name="unnamed"):
execution_time = time.time() - start_time
return {"output": rendered, "execution_time": execution_time}
def execute_html(code, discussion_id, message_id):
def execute_html(code):
return build_html_output(code)