mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-05 15:00:30 +03:00
parent
1bad5b5c6c
commit
33fa918a69
1 changed files with 6 additions and 6 deletions
|
|
@ -186,7 +186,7 @@ def status_update_json(apps, apks):
|
||||||
output['noPackages'].append(appid)
|
output['noPackages'].append(appid)
|
||||||
if not gotcurrentver:
|
if not gotcurrentver:
|
||||||
output['needsUpdate'].append(appid)
|
output['needsUpdate'].append(appid)
|
||||||
if app.get('UpdateCheckMode') == 'None' and not app.get('Disabled'):
|
if app.get('UpdateCheckMode') == 'None':
|
||||||
output['noUpdateCheck'].append(appid)
|
output['noUpdateCheck'].append(appid)
|
||||||
common.write_status_json(output, options.pretty)
|
common.write_status_json(output, options.pretty)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue