diff options
Diffstat (limited to 'app/meta')
-rw-r--r-- | app/meta/__init__.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/app/meta/__init__.py b/app/meta/__init__.py index 4fbe23c..8b6f6fa 100644 --- a/app/meta/__init__.py +++ b/app/meta/__init__.py @@ -6,5 +6,4 @@ bp = Blueprint("meta", __name__) @bp.route("/") def home(): - flash("Test") return render_template("index.html") |