diff --git a/update.py b/update.py index 4a2932d4..5449e01b 100644 --- a/update.py +++ b/update.py @@ -333,8 +333,12 @@ for app in apps: warnings += 1 if not gotmarketver and app['marketvercode'] != '0': + if app['usebuilt']: + addr = app['source'] + else: + addr = app['web'] print "WARNING: Don't have market version (" + app['marketversion'] + ") of " + app['name'] - print " (" + app['id'] + ") " + app['web'] + print " (" + app['id'] + ") " + addr warnings += 1 if options.verbose: # A bit of extra debug info, basically for diagnosing