From e30a40a893a571786d01d5e637009aa6968524c5 Mon Sep 17 00:00:00 2001 From: JoeBanks13 Date: Sun, 4 Feb 2018 17:38:57 +0000 Subject: Test autodeploy --- app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app.py') diff --git a/app.py b/app.py index 6c6d9407..8ba81fa5 100644 --- a/app.py +++ b/app.py @@ -13,7 +13,7 @@ app.secret_key = os.environ.get("WEBPAGE_SECRET_KEY") @app.route("/") def index(): - return "Robots are taking over. doot." + return "Coming soon:tm:" @app.route("/invite") -- cgit v1.2.3