We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3bf0049 commit 38e8eb4Copy full SHA for 38e8eb4
1 file changed
myapp/main.py
@@ -7,4 +7,4 @@ def hello_world():
7
return 'hello world!'
8
9
if __name__ == '__main__':
10
- app.run(host='0.0.0.0', port=8001')
+ app.run(host='0.0.0.0', port=8001)
0 commit comments