mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-05 23:10:29 +03:00
Stats, etc
This commit is contained in:
parent
eebb5da007
commit
2bd3a49d78
4 changed files with 207 additions and 183 deletions
|
|
@ -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')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue