Skip to content

Commit 38e8eb4

Browse files
committed
fix: remove stray quote from Flask port configuration
1 parent 3bf0049 commit 38e8eb4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

myapp/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ def hello_world():
77
return 'hello world!'
88

99
if __name__ == '__main__':
10-
app.run(host='0.0.0.0', port=8001')
10+
app.run(host='0.0.0.0', port=8001)

0 commit comments

Comments
 (0)