You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: worksheet.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -86,8 +86,9 @@ Now you're going to set up a basic web application with Flask and Python. You wi
86
86
If everything has been written correctly, you should see an output similar to this:
87
87
88
88
```
89
-
* Running on http://0.0.0.0:5000/ (Press CTRL+C to quit)
90
89
* Restarting with stat
90
+
* Debugger is active!
91
+
* Debugger pin code: 425-241-775
91
92
```
92
93
93
94
1. Open the Pi's web browser from the taskbar or application menu and navigate to `http://127.0.0.1:5000/`. You should see a white screen with the words `Hello world`:
0 commit comments