From ba4442aef63d9f9f9ede339194adc80f7e14f0bd Mon Sep 17 00:00:00 2001 From: emkael Date: Wed, 12 Apr 2017 22:09:09 +0200 Subject: Editions date compiled separately --- bin/make.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'bin/make.sh') diff --git a/bin/make.sh b/bin/make.sh index efee4f4..ed8ff4a 100755 --- a/bin/make.sh +++ b/bin/make.sh @@ -1,3 +1,4 @@ #!/bin/bash -python ranking.py config/dates.json 2016-12-31 > http/index.html +python ranking.py 2016-12-31 > http/index.html +python editions.py config/dates.json http/index.html python players.py http/players config/dates.json -- cgit v1.2.3