diff options
author | 2018-02-04 03:24:33 +0000 | |
---|---|---|
committer | 2018-02-04 03:24:33 +0000 | |
commit | de3abbd6611e3fa63687e96bd612f5510d2dce7c (patch) | |
tree | 9963b36cfa0b17687cee552f6484ce9e6a2aded8 /app.py | |
parent | fix readme (diff) |
test travis build notifs
Diffstat (limited to 'app.py')
-rw-r--r-- | app.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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__': |