A basic 'latest apps' widget'

This commit is contained in:
Ciaran Gultnieks 2012-01-26 21:35:40 +00:00
parent 771fe181f1
commit ae25a82f2f
3 changed files with 27 additions and 3 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(10)
latest = knownapks.getlatest(5)
f = open('stats/latestapps.txt', 'w')
for app in latest:
f.write(app + '\n')