Add socket_host
This commit is contained in:
parent
30c3419023
commit
78a7c0d3b5
1
main.py
1
main.py
@ -55,4 +55,5 @@ if __name__ == '__main__':
|
|||||||
}
|
}
|
||||||
webapp = Stringdownload()
|
webapp = Stringdownload()
|
||||||
webapp.download = StringdownloadWebService()
|
webapp.download = StringdownloadWebService()
|
||||||
|
cherrypy.config.update({'server.socket_host': '0.0.0.0'})
|
||||||
cherrypy.quickstart(webapp, '/', conf)
|
cherrypy.quickstart(webapp, '/', conf)
|
||||||
|
Loading…
Reference in New Issue
Block a user