Skip to content

Commit 8b3fee3

Browse files
authoredJan 29, 2023
remove host from wsgi
1 parent 1eca016 commit 8b3fee3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎wsgi.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
app = create_app()
55

66
if __name__ == "__main__":
7-
app.run(request_handler=RequestHandler, host="0.0.0.0")
7+
app.run(request_handler=RequestHandler)

0 commit comments

Comments
 (0)
Please sign in to comment.