<type>(scope): <description>

[body]

[footer(s)]
This commit is contained in:
ITQ
2025-03-03 22:30:54 +03:00
parent 312ade9b56
commit 2b73dde85f
+1
View File
@@ -279,6 +279,7 @@ async def execute_code(request: ExecutionRequest) -> ExecutionResponse:
result_hash=result_hash, result_hash=result_hash,
error=error[:5000], error=error[:5000],
) )
print(response)
return response return response