aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar JoeBanks13 <[email protected]>2018-02-04 03:24:33 +0000
committerGravatar JoeBanks13 <[email protected]>2018-02-04 03:24:33 +0000
commitde3abbd6611e3fa63687e96bd612f5510d2dce7c (patch)
tree9963b36cfa0b17687cee552f6484ce9e6a2aded8
parentfix readme (diff)
test travis build notifs
-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__':