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'))