Skip to content

Commit 7ac0dc0

Browse files
authored
Update solutions.hide.py
1 parent 807ff34 commit 7ac0dc0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.learn/exercises/07-post_todo/solutions.hide.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@ def add_new_todo():
1414
return 'Response for the POST todo'
1515

1616

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

0 commit comments

Comments
 (0)