aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar JoeBanks13 <[email protected]>2018-02-04 17:38:57 +0000
committerGravatar JoeBanks13 <[email protected]>2018-02-04 17:38:57 +0000
commite30a40a893a571786d01d5e637009aa6968524c5 (patch)
treeba2bacc9a398f2c9610cd5dc90a389ff4621333e
parentSatisfy PEP8 (diff)
Test autodeploy
-rw-r--r--app.py2
1 files changed, 1 insertions, 1 deletions
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")