diff --git a/joint_teapot/app.py b/joint_teapot/app.py index 9a0dd2a..9c22cf0 100644 --- a/joint_teapot/app.py +++ b/joint_teapot/app.py @@ -468,7 +468,7 @@ def joj3_all( "unknown", help="JOJ3 run ID", ), - max_total_score: int = Argument( + max_total_score: int = Option( -1, help="max total score", ),