Add socket_host

This commit is contained in:
Thomas Dehaeze 2021-02-28 13:00:00 +01:00
parent 30c3419023
commit 78a7c0d3b5

View File

@ -55,4 +55,5 @@ if __name__ == '__main__':
}
webapp = Stringdownload()
webapp.download = StringdownloadWebService()
cherrypy.config.update({'server.socket_host': '0.0.0.0'})
cherrypy.quickstart(webapp, '/', conf)