From 5ccda4cd93a3a84e5eb2118dd29b97c9f98e0752 Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Tue, 9 Oct 2018 15:58:29 +0200 Subject: [PATCH] rename --- ohciaovedochestaileggendoilmiostato.py => owlcaptain.py | 2 +- templates/{ohciaodinuovo.html => owlcaptain.html} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename ohciaovedochestaileggendoilmiostato.py => owlcaptain.py (97%) rename templates/{ohciaodinuovo.html => owlcaptain.html} (100%) 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