From 1a46815f3d6533f24323a54de521247688a17187 Mon Sep 17 00:00:00 2001 From: Ciaran Gultnieks Date: Sat, 4 Dec 2010 18:54:02 +0000 Subject: [PATCH] It's useful to display the package ID as well for missing current apk versions --- update.py | 1 + 1 file changed, 1 insertion(+) diff --git a/update.py b/update.py index 6f6f56e1..ab048e7d 100644 --- a/update.py +++ b/update.py @@ -237,6 +237,7 @@ for app in apps: if not gotmarketver and app['marketvercode'] != '0': print "WARNING: Don't have market version (" + app['marketversion'] + ") of " + app['name'] + print " (" + app['id'] + ")" else: apps_disabled += 1 -- 2.30.2