diff --git a/ohciaovedochestaileggendoilmiostato.py b/owlcaptain.py similarity index 97% rename from ohciaovedochestaileggendoilmiostato.py rename to owlcaptain.py index 6b766355..52a695e9 100644 --- a/ohciaovedochestaileggendoilmiostato.py +++ b/owlcaptain.py @@ -32,7 +32,7 @@ def pre_request(): @app.route("/") def page_owlcaptain(): - return render_template("ohciaodinuovo.html") + return render_template("owlcaptain.html") @app.route("/voiceofevil", methods=["POST"]) diff --git a/templates/ohciaodinuovo.html b/templates/owlcaptain.html similarity index 100% rename from templates/ohciaodinuovo.html rename to templates/owlcaptain.html