Skip to content

Commit bde4c4f

Browse files
authored
switch to port 8000 to avoid macOS port conflict
1 parent cadbe15 commit bde4c4f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ for message in chat.get_history():
6868
7. Run the app:
6969

7070
```bash
71-
$ flask run
71+
$ flask run --port=8000
7272
```
7373

74-
You should now be able to access the app from your browser at the following URL: [http://localhost:5000](http://localhost:5000)!
74+
You should now be able to access the app from your browser at the following URL: [http://localhost:8000](http://localhost:8000)!

0 commit comments

Comments
 (0)