These stats are now gzipped for some reason. Ungzip before running python on it.

This commit is contained in:
Kevin Fenzi 2015-05-04 17:19:03 +00:00
parent 8441d3528c
commit 303f63abdd

View file

@ -13,7 +13,8 @@ dest=$base/torrent/$date
if [ ! -d $dest ]; then
mkdir -p $dest
fi
$wgetcmd -O $dest/$hour.txt $src
$wgetcmd -O $dest/$hour.txt.gz $src
gunzip $dest/$host.txt.gz
ln -sf $dest/$hour.txt $base/torrent/current.txt