This commit is contained in:
yalh76 2022-04-06 01:24:32 +02:00
parent 286ada9dff
commit 9e9db22b39

View file

@ -33,7 +33,7 @@ class AppCatalog():
public_commit=app["git"]["revision"]) public_commit=app["git"]["revision"])
db.session.add(known_app) db.session.add(known_app)
else: else:
known_app.repo = app["repo"] known_app.repo = app["url"]
print("Updating already known app {}".format(name)) print("Updating already known app {}".format(name))
maintainers_info = app["manifest"].get("maintainer", app["manifest"].get("developer", None)) maintainers_info = app["manifest"].get("maintainer", app["manifest"].get("developer", None))