Skip to content

Commit cd0881c

Browse files
committed
Correct wording of restarting message
1 parent 2e07f81 commit cd0881c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

worksheet.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,8 @@ Now you're going to set up a basic web application with Flask and Python. You wi
8080
If everything has been written correctly, you should see an output similar to this:
8181
8282
```
83-
- Running on http://0.0.0.1:5000/
84-
- Restarting with reloader
83+
* Running on http://0.0.0.0:5000/ (Press CTRL+C to quit)
84+
* Restarting with stat
8585
```
8686
8787
1. Open the Pi's web browser from the taskbar or application menu and enter `http://127.0.0.1:5000/`. You should see a white screen with the words `Hello world`:

0 commit comments

Comments
 (0)