Skip to content

Commit cd89718

Browse files
authored
Update solution.hide.py
1 parent 6c4837e commit cd89718

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.learn/exercises/07.2-finish-post-todo/solution.hide.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@ def add_new_todo():
1515
return jsonify(todos)
1616

1717

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

0 commit comments

Comments
 (0)