X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=dak%2Fstats.py;h=f7414eddc85ca4cfbd6b932af5ff74dda24283c3;hb=ea17738cea735d71766bfc2bd082f59b3adf2dbb;hp=df608214cda1f84d7c615ca5a5dbc634ed176b8f;hpb=5ea129bba83114905c1266b77744eeed8e9bb020;p=dak.git diff --git a/dak/stats.py b/dak/stats.py index df608214..f7414edd 100755 --- a/dak/stats.py +++ b/dak/stats.py @@ -73,7 +73,7 @@ def daily_install_stats(): stats = {} file = daklib.utils.open_file("2001-11") for line in file.readlines(): - split = line.strip().split('~') + split = line.strip().split('|') program = split[1] if program != "katie" and program != "process-accepted": continue