diff options
| author | romangraef <roman.graef@gmail.com> | 2018-05-31 08:44:29 +0200 |
|---|---|---|
| committer | romangraef <roman.graef@gmail.com> | 2018-05-31 08:44:29 +0200 |
| commit | 1801f4b88a67b9082383383719236098bed50c88 (patch) | |
| tree | 4988f437531ccdfa7337b3c073e0ad0378398e85 | |
| parent | e21c2d2105e9915f292d764e41e4f92c3e61d88a (diff) | |
| download | my-website-1801f4b88a67b9082383383719236098bed50c88.tar.gz my-website-1801f4b88a67b9082383383719236098bed50c88.tar.bz2 my-website-1801f4b88a67b9082383383719236098bed50c88.zip | |
heroku
| -rw-r--r-- | app.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -34,4 +34,4 @@ def hello_world(): if __name__ == '__main__': - app.run() + app.run(port=80) |
