aboutsummaryrefslogtreecommitdiffstats
path: root/app.py
diff options
context:
space:
mode:
Diffstat (limited to 'app.py')
-rw-r--r--app.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/app.py b/app.py
index 9e9cdc4e..f72c187a 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"
+ return "Robots are taking over. doot."
if __name__ == '__main__':