mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-14 23:12:46 +03:00
Latest apps in right order (newest first)
This commit is contained in:
parent
ae25a82f2f
commit
ef391a97a9
1 changed files with 1 additions and 0 deletions
|
@ -840,5 +840,6 @@ class KnownApks:
|
||||||
lst = []
|
lst = []
|
||||||
for app, added in sortedapps:
|
for app, added in sortedapps:
|
||||||
lst.append(app)
|
lst.append(app)
|
||||||
|
lst.reverse()
|
||||||
return lst
|
return lst
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue