diff options
author | 2018-02-03 16:07:35 +0000 | |
---|---|---|
committer | 2018-02-03 16:07:35 +0000 | |
commit | abbdd8b6988297320b132ca01958d25f0748b7f9 (patch) | |
tree | c885f968a4ffe38316c037d233a90e575307cdba /app.py | |
parent | disable 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.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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__': |