Skip to content

Commit

Permalink
fix: medal
Browse files Browse the repository at this point in the history
Signed-off-by: Dup4 <[email protected]>
  • Loading branch information
Dup4 committed Nov 12, 2023
1 parent 9ea2368 commit ea90919
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion origin-data/icpc/48th/shenyang/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ def get_basic_contest():
c = Contest()
c.logo = Image(preset="ICPC")

medal_base = 30
medal_base = 29
c.medal = {
"official": {
"gold": medal_base,
Expand Down

0 comments on commit ea90919

Please sign in to comment.