summaryrefslogtreecommitdiff
path: root/bin/build-rankings.sh
diff options
context:
space:
mode:
authoremkael <emkael@tlen.pl>2017-09-07 02:10:36 +0200
committeremkael <emkael@tlen.pl>2017-09-07 02:10:36 +0200
commit4060fa99c23bca17895029ae1ffad24d0d024269 (patch)
treecf4f322e236d913e238366a2de30727d0d2561cb /bin/build-rankings.sh
parent26f2934bcdfec9b32131ec01bbdd493146b3ad57 (diff)
Moving *.py scripts to separate directory, cleaning things up
Diffstat (limited to 'bin/build-rankings.sh')
-rwxr-xr-xbin/build-rankings.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/build-rankings.sh b/bin/build-rankings.sh
index 1896afb..41e182a 100755
--- a/bin/build-rankings.sh
+++ b/bin/build-rankings.sh
@@ -7,6 +7,6 @@ cat $CONFIG |
xargs -n4 |
while read DATE URL INDEX NAME
do
- python ranking.py "$NAME" $INDEX $DATE $PREV_DATE > $DIR/$URL
+ python scripts/ranking.py "$NAME" $INDEX $DATE $PREV_DATE > $DIR/$URL
PREV_DATE=$DATE
done