Skip to content

Commit c8e423b

Browse files
authored
Update solution.hide.py
1 parent 33c1961 commit c8e423b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.learn/exercises/05-returning-json/solution.hide.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@
77
def hello_world():
88
return jsonify(todos)
99

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

0 commit comments

Comments
 (0)