diff --git a/common.py b/common.py index 383277da..126de1ea 100644 --- a/common.py +++ b/common.py @@ -840,5 +840,6 @@ class KnownApks: lst = [] for app, added in sortedapps: lst.append(app) + lst.reverse() return lst