aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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")