Fixat fel under preflight genom att byta till fort 5005. MacOS tycks använda port 5000 och 7000 till sitt "control centre"
This commit is contained in:
@@ -60,7 +60,7 @@ def get_response(user_query):
|
||||
|
||||
def run_flask():
|
||||
# Flask endpoint for user interaction
|
||||
app.run(port=5000, debug=True)
|
||||
app.run(port=5005, debug=True)
|
||||
# app.run(port=5000, debug=True, use_reloader=False)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user