diff options
Diffstat (limited to 'snekbox.cfg')
-rw-r--r-- | snekbox.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/snekbox.cfg b/snekbox.cfg index 4cb58de..1d58ea5 100644 --- a/snekbox.cfg +++ b/snekbox.cfg @@ -93,5 +93,5 @@ iface_no_lo: true exec_bin { path: "/snekbox/.venv/bin/python3" - arg: "-Iq" + arg: "-Iqu" } |