summaryrefslogtreecommitdiff
path: root/preseason/check-all.sh
diff options
context:
space:
mode:
authoremkael <emkael@tlen.pl>2023-10-07 21:25:49 +0200
committeremkael <emkael@tlen.pl>2023-10-07 21:25:49 +0200
commit837b383ee497f6c2994ba49aaaf0a65d2f1dc6c5 (patch)
treec6e28b5fc0103d4ea5a055ac4d04fd90dfe24bb2 /preseason/check-all.sh
parent57d5cd36578cdc929b27f63ee78e1d938246dccb (diff)
Pre-season checks for kolorki and team players
Diffstat (limited to 'preseason/check-all.sh')
-rwxr-xr-xpreseason/check-all.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/preseason/check-all.sh b/preseason/check-all.sh
index 3847cff..ed701d5 100755
--- a/preseason/check-all.sh
+++ b/preseason/check-all.sh
@@ -2,5 +2,5 @@
find config -name *.json |
while read JSON
do
- python3 checks.py ${JSON}
+ python3 checks.py ${JSON} dates logoh vp_table page_language team_names kolorki
done