Skip to content

Commit 6c28e07

Browse files
committed
State the Flask default Port (5000) explicitly for FRI.
1 parent 2c323d5 commit 6c28e07

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

fri/server/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,4 +197,4 @@ def openJupyter():
197197

198198

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

0 commit comments

Comments
 (0)