Skip to content

Commit 9cc8f53

Browse files
authored
Update solution.hide.py
1 parent 3d7187c commit 9cc8f53

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from flask import Flask
22
app = Flask(__name__)
33

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

0 commit comments

Comments
 (0)