From 25972a37888984ddc1b70e3518aaa302bf830206 Mon Sep 17 00:00:00 2001 From: Ciaran Gultnieks Date: Sun, 23 Jan 2011 22:03:46 +0000 Subject: [PATCH] Correction to previous commit --- update.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/update.py b/update.py index d07a1a38..5a6ef4e9 100644 --- a/update.py +++ b/update.py @@ -244,6 +244,7 @@ for app in apps: if app['disabled'] is None: # Get a list of the apks for this app... + gotmarketver = False apklist = [] for apk in apks: if apk['id'] == app['id']: @@ -275,8 +276,6 @@ for app in apps: if not (app['antifeatures'] is None): addElement('antifeatures', app['antifeatures'], doc, apel) - gotmarketver = False - # Sort the apk list into version order, just so the web site # doesn't have to do any work by default... apklist = sorted(apklist, key=lambda apk: apk['versioncode'], reverse=True) -- 2.30.2