From: Ciaran Gultnieks Date: Wed, 29 Dec 2010 10:56:07 +0000 (+0000) Subject: For convenience, display the app's web URL with a don't have market version message X-Git-Tag: 0.1~1598 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=d15a8908cd3cf2180708ffd86f40b29d4401b382;p=fdroidserver.git For convenience, display the app's web URL with a don't have market version message --- diff --git a/update.py b/update.py index 8c01e9f8..61519e2d 100644 --- a/update.py +++ b/update.py @@ -261,7 +261,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'] + ")" + print " (" + app['id'] + ") " + app['web'] if options.verbose: # A bit of extra debug info, basically for diagnosing # app developer mistakes: