Skip to content

Commit

Permalink
Merge pull request #47 from ControlCore-Project/dev
Browse files Browse the repository at this point in the history
State the Flask default Port (5000) explicitly for FRI.
  • Loading branch information
pradeeban authored Feb 19, 2023
2 parents 8883667 + 6c28e07 commit 6724a82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fri/server/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -197,4 +197,4 @@ def openJupyter():


if __name__ == "__main__":
app.run(host="0.0.0.0")
app.run(host="0.0.0.0", port=5000)

0 comments on commit 6724a82

Please sign in to comment.