aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar JoeBanks13 <[email protected]>2018-02-03 14:19:57 +0000
committerGravatar JoeBanks13 <[email protected]>2018-02-03 14:19:57 +0000
commit7f8d9d6edfe76c337e207752663b38048c504a5f (patch)
tree91f1a4f631bdd2d00f24446b8d40aa27f94fac3a
parentoh no thank you (diff)
First test commit w/ travis
-rw-r--r--app.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/app.py b/app.py
index 9533b89f..fa9b8a62 100644
--- a/app.py
+++ b/app.py
@@ -11,7 +11,7 @@ app.secret_key = os.environ.get("WEBPAGE_SECRET_KEY")
@app.route("/")
def index():
- return "Hello."
+ return "Hello, world."
if __name__ == '__main__':