Stats, etc

This commit is contained in:
Ciaran Gultnieks 2012-01-28 14:32:10 +00:00
parent eebb5da007
commit 2bd3a49d78
4 changed files with 207 additions and 183 deletions

View file

@ -135,7 +135,7 @@ for line in sorted(lst):
f.close()
# Write list of latest apps added to the repo...
latest = knownapks.getlatest(5)
latest = knownapks.getlatest(10)
f = open('stats/latestapps.txt', 'w')
for app in latest:
f.write(app + '\n')