Exemplo n.º 1
0
 def run_app(port, app):
     test_app = APPS[app]
     test_app.run(host='localhost', port=port)
Exemplo n.º 2
0
 def run_app(port):
     test_app.run(port=port)