diff --git a/services/checker/main.py b/services/checker/main.py index 8fea2e8..a4a0381 100644 --- a/services/checker/main.py +++ b/services/checker/main.py @@ -279,6 +279,7 @@ async def execute_code(request: ExecutionRequest) -> ExecutionResponse: result_hash=result_hash, error=error[:5000], ) + print(response) return response