Skip to content

Commit

Permalink
Remove unnecessary call to mahjongscore.py
Browse files Browse the repository at this point in the history
All used calls take at least one argument now
  • Loading branch information
yawnoc committed Mar 3, 2024
1 parent 675e200 commit 9eaee43
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion build
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ git clean -Xfd

latest_date=$(grep -P '^[0-9]{4}-[0-9]{2}-[0-9]{2}$' ./scores/scores.txt | tail -1)

python3 ../mahjong-scorer/mahjongscore.py ./scores/scores.txt
python3 ../mahjong-scorer/mahjongscore.py ./scores/scores.txt --from 2023-01-22 --to 2024-02-10
python3 ../mahjong-scorer/mahjongscore.py ./scores/scores.txt --from 2024-02-10
python3 ../mahjong-scorer/mahjongscore.py ./scores/scores.txt --from $latest_date
Expand Down

0 comments on commit 9eaee43

Please sign in to comment.