mirror of
https://github.com/f-droid/fdroidserver.git
synced 2026-05-18 13:39:55 -04:00
scanner: fix json_per_appid['disabled'] is None
This commit is contained in:
@@ -1246,9 +1246,7 @@ def main():
|
||||
|
||||
if app.Disabled and not options.force:
|
||||
logging.info(_("Skipping {appid}: disabled").format(appid=appid))
|
||||
json_per_appid['disabled'] = MessageStore().infos.append(
|
||||
'Skipping: disabled'
|
||||
)
|
||||
json_per_appid['disabled'] = MessageStore().infos + ['Skipping: disabled']
|
||||
continue
|
||||
|
||||
try:
|
||||
|
||||
Reference in New Issue
Block a user