Skip to content

Commit

Permalink
Update year in my-score
Browse files Browse the repository at this point in the history
  • Loading branch information
vvd170501 committed Oct 4, 2023
1 parent 0a385c1 commit b8ee661
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion kks/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '1.16.28'
__version__ = '1.16.29'
4 changes: 2 additions & 2 deletions kks/cmd/my_score.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
@click.command(short_help='Calculate your score from homeworks')
@click.option('-b', '--barrier', 'K', type=int, default=3500,
help='K_i param. See http://wiki.cs.hse.ru/CAOS-2022#.D0.A4.D0.BE.D1.80.D0.BC.D1.83.D0.BB.D0.B0_.D0.BE.D1.86.D0.B5.D0.BD.D0.BA.D0.B8')
@click.option('-y', '--year', type=int, default=2022,
help='Show standings for the selected year')
@click.option('-y', '--year', type=int, default=2023,
help='Use standings for the selected year')
@click.option('-f', '--first-contest', type=str,
help='Show score for all contests since the chosen one (module 4 begins with sm11)')
def my_score(K, year, first_contest):
Expand Down

0 comments on commit b8ee661

Please sign in to comment.