Skip to content

Commit 3d332dc

Browse files
committed
README uses a different way to start web app at specific port
1 parent d724baa commit 3d332dc

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -138,9 +138,9 @@ In the steps below, "ClientID" is the same as "Application ID" or "AppId".
138138
$ pip install -r requirements.txt
139139
```
140140

141-
Run app.py from shell or command line:
141+
Run app.py from shell or command line. Note that the port needs to match what you've set up in your redirect_uri:
142142
```Shell
143-
$ python app.py
143+
$ flask run --port 5000
144144
```
145145

146146
## Community Help and Support

0 commit comments

Comments
 (0)