diff options
| author | 2018-02-04 17:38:57 +0000 | |
|---|---|---|
| committer | 2018-02-04 17:38:57 +0000 | |
| commit | e30a40a893a571786d01d5e637009aa6968524c5 (patch) | |
| tree | ba2bacc9a398f2c9610cd5dc90a389ff4621333e /app.py | |
| parent | Satisfy PEP8 (diff) | |
Test autodeploy
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. doot." +    return "Coming soon:tm:"  @app.route("/invite") | 
