1
0
mirror of https://gitlab.com/fdroid/fdroidserver.git synced 2024-09-17 10:40:12 +02:00

Latest apps in right order (newest first)

This commit is contained in:
Ciaran Gultnieks 2012-01-26 21:36:23 +00:00
parent ae25a82f2f
commit ef391a97a9

View File

@ -840,5 +840,6 @@ class KnownApks:
lst = []
for app, added in sortedapps:
lst.append(app)
lst.reverse()
return lst