aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--snekbox/__main__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/snekbox/__main__.py b/snekbox/__main__.py
index 2382c4c..6cbd1ea 100644
--- a/snekbox/__main__.py
+++ b/snekbox/__main__.py
@@ -16,7 +16,7 @@ def parse_args() -> argparse.Namespace:
"nsjail_args", nargs="?", default=[], help="override configured NsJail options"
)
parser.add_argument(
- "py_args", nargs="?", default=["-c"], help="arguments to pass to the Python process"
+ "py_args", nargs="?", default=[], help="arguments to pass to the Python process"
)
# nsjail_args and py_args are just dummies for documentation purposes.