Exemplo n.º 1
0
 def _serve(app):
     w = Wsgid(app, 'tcp://127.0.0.1:8889', 'tcp://127.0.0.1:8890')
     w.log = logging
     w.serve()