Skip to content

Commit 110406b

Browse files
committed
added terminal output
1 parent a2beac1 commit 110406b

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

2023/day48.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,16 @@ Now, let's run the app, type the following command:
136136
python main.py
137137
```
138138

139+
And you should see the following output in the termainal:
140+
141+
``` bash
142+
 python main.py * Serving Flask app 'main' * Debug mode: on WARNING: This is a development server. Do not use it in a production deployment. Use a production WSGI server instead.
143+
* Running on http://127.0.0.1:5000
144+
Press CTRL+C to quit
145+
* Restarting with stat
146+
* Debugger is active!
147+
```
148+
139149
Here is how it would look, I have 2 blog posts and have some gifs in my blog posts. Navigate to `127.0.0.0:5000` in a browser window:
140150

141151
![Home Page of our blog](/2023/images/day48-1.png)

0 commit comments

Comments
 (0)