From 67d70917ab612acf10c18505d6423e2483249ae5 Mon Sep 17 00:00:00 2001 From: emkael Date: Thu, 22 Feb 2024 16:57:33 +0100 Subject: Disabling RR prechecks, only enabling checks configured in JSON --- preseason/check-all.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'preseason/check-all.sh') diff --git a/preseason/check-all.sh b/preseason/check-all.sh index ed701d5..8e59189 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} dates logoh vp_table page_language team_names kolorki + python3 checks.py ${JSON} round_dates logoh vp_table language team_names kolorki done -- cgit v1.2.3