aboutsummaryrefslogtreecommitdiffstats
path: root/app.py
diff options
context:
space:
mode:
authorGravatar JoeBanks13 <[email protected]>2018-02-03 16:07:35 +0000
committerGravatar JoeBanks13 <[email protected]>2018-02-03 16:07:35 +0000
commitabbdd8b6988297320b132ca01958d25f0748b7f9 (patch)
treec885f968a4ffe38316c037d233a90e575307cdba /app.py
parentdisable vulture for now (was detecting unused things that were used) (diff)
Change message to test auto deploy
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 fa9b8a62..876c7e0f 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, world."
+ return "Shrek is a good movie"
if __name__ == '__main__':