mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
Simply code
Co-Authored-By: Alexandre Aubin <alex.aubin@mailoo.org>
This commit is contained in:
parent
f2791c911f
commit
01d5c91e60
1 changed files with 1 additions and 1 deletions
|
@ -173,7 +173,7 @@ def _app_upgradable(app_infos):
|
|||
else:
|
||||
return "no"
|
||||
|
||||
if not app_infos.get("from_catalog", None):
|
||||
if not app_is_in_catalog:
|
||||
return "url_required"
|
||||
if not app_infos["from_catalog"].get("lastUpdate") or not app_infos["from_catalog"].get("git"):
|
||||
return "url_required"
|
||||
|
|
Loading…
Add table
Reference in a new issue