From 49a1596a9e57885b6c0e1f55f27e533843c06ba7 Mon Sep 17 00:00:00 2001 From: john Date: Thu, 25 Dec 2025 05:00:10 +0000 Subject: [PATCH] of coures I guessed wrong --- n8n-task-runners.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/n8n-task-runners.json b/n8n-task-runners.json index c517cfb..6482589 100644 --- a/n8n-task-runners.json +++ b/n8n-task-runners.json @@ -48,7 +48,7 @@ ], "env-overrides": { "PYTHONPATH": "/opt/runners/task-runner-python", - "N8N_RUNNERS_STDLIB_ALLOW": ["json", "datetime"] + "N8N_RUNNERS_STDLIB_ALLOW": "json, datetime", "N8N_RUNNERS_EXTERNAL_ALLOW": "fantraxapi" } }