@leroysheep / BookAlchemy / commits / fe1c320112

deleted secret from git and rsolved last changes

Lee Roy Stevenson committed Mar 29, 2025 at 17:51 UTC fe1c320112b1395925756fbcf66428b645beef7a
1 file changed +1 -1
app.py
+1 -1
@@ -343,7 +343,7 @@ def get_ai_recommendation():
343 return render_template("ai_recomendation.html",
344 recomendation=ai_request.ai_request(dataset))
345
346 -app.run(debug=True)
346 +app.run(host="0.0.0.0", port=5002,debug=True)
347
348 # Only needed to create datatables at the beginning of the project
349 # with app.app_context():