diff --git a/app.py b/app.py index da4f262..3d9991a 100644 --- a/app.py +++ b/app.py @@ -324,5 +324,5 @@ def api_posts(): if __name__ == "__main__": - app.run(debug=True) - # app.run(debug=True, host="0.0.0.0", port=80) + # app.run(debug=True) + app.run(debug=True, host="0.0.0.0", port=80)