From 4553d2fc2d4c112a32418bca78e131456820b87b Mon Sep 17 00:00:00 2001 From: OniriCorpe Date: Mon, 19 Feb 2024 02:19:21 +0100 Subject: [PATCH] Update app.py --- store/app.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/store/app.py b/store/app.py index 1b260355..e589d6d5 100644 --- a/store/app.py +++ b/store/app.py @@ -321,8 +321,10 @@ def add_to_wishlist(): except exception as e: print("... Failed to create branch ?") print(e) + url = "https://github.com/YunoHost/apps/pulls?q=is%3Apr+is%3Aopen+wishlist" errormsg = _( - "Failed to create the pull request to add the app to the wishlist... Maybe there's already a waiting PR for this app? Else, please report the issue to the YunoHost team." + "Failed to create the pull request to add the app to the wishlist... Maybe there's already a waiting PR for this app? Else, please report the issue to the YunoHost team.", + url=url ) return render_template( "wishlist_add.html",