From 482315cf56b56777f8343446779453559cd2978f Mon Sep 17 00:00:00 2001 From: BoYanZh Date: Fri, 1 Nov 2024 04:52:03 -0400 Subject: [PATCH] fix: joj3 max total score as option --- joint_teapot/app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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", ),