We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1eca016 commit 8b3fee3Copy full SHA for 8b3fee3
wsgi.py
@@ -4,4 +4,4 @@
4
app = create_app()
5
6
if __name__ == "__main__":
7
- app.run(request_handler=RequestHandler, host="0.0.0.0")
+ app.run(request_handler=RequestHandler)
0 commit comments