Skip to content

Commit 8e88253

Browse files
authored
Update solution.hide.py
1 parent 39e5aae commit 8e88253

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.learn/exercises/03.3-your-first-route/solution.hide.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@
55
def hello_world():
66
return "<h1>Hello!</h1>"
77

8-
# These two lines should always be at the end of your app.py file.
8+
# These two lines should always be at the end of your app.py file
99
if __name__ == '__main__':
10-
app.run(host='0.0.0.0', port=3245, debug=True)
10+
app.run(host='0.0.0.0', port=3245, debug=True)

0 commit comments

Comments
 (0)