summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorStas Medvedev <medvedevsa97@gmail.com>2024-06-13 02:40:17 +0300
committerStas Medvedev <medvedevsa97@gmail.com>2024-06-13 02:40:17 +0300
commit3281f17b3fc560e40d886b6fb01b9119457f62a6 (patch)
tree1617533ecc4c765766d75711a743d90dcbcf0359 /app
parentd76981975476c561e3164f53d48eea305dd9756a (diff)
add SAFE_MODULE
Diffstat (limited to 'app')
-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'
]