snaps -> Improved how the the application verification is done

This commit is contained in:
Vinicius Moreira
2019-10-09 11:16:47 -03:00
parent 8bacae7c2f
commit 73a633e083
4 changed files with 11 additions and 9 deletions

View File

@@ -31,7 +31,7 @@ class SnapManager(SoftwareManager):
app = SnapApplication(publisher=app_json.get('publisher'),
rev=app_json.get('rev'),
notes=app_json.get('notes'),
app_type=app_json.get('type'),
has_apps_field=app_json.get('apps_field', False),
id=app_json.get('name'),
name=app_json.get('name'),
version=app_json.get('version'),