diff options
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/.profile | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/scripts/.profile b/scripts/.profile index 47ee141..73fbb28 100644 --- a/scripts/.profile +++ b/scripts/.profile @@ -17,5 +17,5 @@ nsjpy() {      nsjail \          --config "${NSJAIL_CFG:-/snekbox/snekbox.cfg}" \          $nsj_args -- \ -        /snekbox/.venv/bin/python3 -Iq -c "$@" +        /snekbox/.venv/bin/python3 -Iqu -c "$@"  } | 
