Skip to content

Commit

Permalink
fix: joj3 max total score as option
Browse files Browse the repository at this point in the history
  • Loading branch information
BoYanZh committed Nov 1, 2024
1 parent 939c101 commit 482315c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion joint_teapot/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
),
Expand Down

0 comments on commit 482315c

Please sign in to comment.