From 9eaee43ef63ef0c9b96b7239372cffa12d2616d7 Mon Sep 17 00:00:00 2001 From: Conway Date: Sun, 3 Mar 2024 18:45:36 +0800 Subject: [PATCH] Remove unnecessary call to mahjongscore.py All used calls take at least one argument now --- build | 1 - 1 file changed, 1 deletion(-) diff --git a/build b/build index c059763..dc9247a 100755 --- a/build +++ b/build @@ -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