From 9d8e361b7584d5743c14168b72ffd26ad414618c Mon Sep 17 00:00:00 2001 From: Kepka Ludovic Date: Fri, 22 Aug 2025 14:19:32 +0200 Subject: [PATCH] correction redirect supression alias --- webapp/protondb.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webapp/protondb.py b/webapp/protondb.py index 04cf6a9..32eee87 100644 --- a/webapp/protondb.py +++ b/webapp/protondb.py @@ -20,5 +20,5 @@ def addGameAlias(): def delGameAlias(id : int): GameAlias.query.filter_by(id=id).delete() db.session.commit() - return redirect(url_for('protondb')) + return redirect(url_for('openProtonDB'))