diff --git a/web.py b/web.py index 5a98970..845b57b 100755 --- a/web.py +++ b/web.py @@ -26,7 +26,7 @@ def main(): @app.route('/home') def home(): - return render_templae("home.html") + return render_template("home.html") @app.route('/internal/auth_a') def internal_auth_a():