diff --git a/app.py b/app.py index 3e8bb92..8d92476 100755 --- a/app.py +++ b/app.py @@ -17,4 +17,4 @@ def root(): return "Hello World (Python)! (up %s)\n" % elapsed() if __name__ == "__main__": - app.run(debug=True, host="0.0.0.0", port=8080) + app.run(debug=True, host="0.0.0.0", port=8000)