summaryrefslogtreecommitdiff
path: root/app/main.py
diff options
context:
space:
mode:
Diffstat (limited to 'app/main.py')
-rw-r--r--app/main.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/app/main.py b/app/main.py
index b90fef9..ebc4297 100644
--- a/app/main.py
+++ b/app/main.py
@@ -58,6 +58,5 @@ async def post_restricted_exec(
result.revoke(terminate=True, signal='SIGTERM')
return [
- 'Execution timeout, task revoked',
- result.status
+ 'Execution timeout, task revoked'
]