diff --git a/app.py b/app.py index b942f1e..6d34954 100644 --- a/app.py +++ b/app.py @@ -9,5 +9,5 @@ def hello(): if __name__ == "__main__": - port = int(os.environ.get("PORT", 5002)) + port = int(os.environ.get("PORT", 5000)) app.run(debug=True,host='0.0.0.0',port=port)