From: Ciaran Gultnieks Date: Sat, 4 Dec 2010 18:54:02 +0000 (+0000) Subject: It's useful to display the package ID as well for missing current apk versions X-Git-Tag: 0.1~1620 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=1a46815f3d6533f24323a54de521247688a17187;p=fdroidserver.git It's useful to display the package ID as well for missing current apk versions --- 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