summaryrefslogtreecommitdiff
path: root/bin/build.sh
diff options
context:
space:
mode:
Diffstat (limited to 'bin/build.sh')
-rwxr-xr-xbin/build.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/build.sh b/bin/build.sh
index 4cd0f90..14b4f98 100755
--- a/bin/build.sh
+++ b/bin/build.sh
@@ -9,7 +9,7 @@ cat config/dates.json |
xargs -n4 |
while read DATE URL INDEX NAME
do
- python ranking.py $DATE $PREV_DATE > $DIR/$URL
+ python ranking.py "$NAME" $INDEX $DATE $PREV_DATE > $DIR/$URL
PREV_DATE=$DATE
done
find $DIR -maxdepth 1 -type f -name \*.html |