diff options
| author | 2023-10-09 22:17:54 +0100 | |
|---|---|---|
| committer | 2024-10-03 21:24:46 +0100 | |
| commit | c24785d488e3fefeff50bc79b0fd262d09c3043a (patch) | |
| tree | c8bb90ae5090abf453e8569a784617f1cb1030fb /config | |
| parent | Add tests for multi-version support (diff) | |
Allow setting a binary_path when calling /eval
Diffstat (limited to 'config')
| -rw-r--r-- | config/snekbox.cfg | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/config/snekbox.cfg b/config/snekbox.cfg index b405521..33cd9e9 100644 --- a/config/snekbox.cfg +++ b/config/snekbox.cfg @@ -103,8 +103,3 @@ cgroup_pids_max: 6 cgroup_pids_mount: "/sys/fs/cgroup/pids" iface_no_lo: true - -exec_bin { - path: "/lang/python/default/bin/python" - arg: "" -} |