mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-04 22:40:29 +03:00
It's useful to display the package ID as well for missing current apk versions
This commit is contained in:
parent
8c3295b67e
commit
1a46815f3d
1 changed files with 1 additions and 0 deletions
|
|
@ -237,6 +237,7 @@ for app in apps:
|
||||||
|
|
||||||
if not gotmarketver and app['marketvercode'] != '0':
|
if not gotmarketver and app['marketvercode'] != '0':
|
||||||
print "WARNING: Don't have market version (" + app['marketversion'] + ") of " + app['name']
|
print "WARNING: Don't have market version (" + app['marketversion'] + ") of " + app['name']
|
||||||
|
print " (" + app['id'] + ")"
|
||||||
|
|
||||||
else:
|
else:
|
||||||
apps_disabled += 1
|
apps_disabled += 1
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue