예제 #1
0
def web(port=9002, debug=False, ssh_config=None):
    """Starts the web UI."""
    _web.run(port, debug, ssh_config)
예제 #2
0
def web(port=9002, debug=False, ssh_config=None):
    """Starts the web UI."""
    _web.run(port, debug, ssh_config)
예제 #3
0
파일: __main__.py 프로젝트: kmf/storm
def web(port, debug=False, ssh_config=None):
    """Starts the web UI."""
    from storm import web as _web
    _web.run(port, debug, ssh_config)
예제 #4
0
def web(port=9002, debug=False):
    """Starts the web UI."""
    _web.run(port, debug)
예제 #5
0
파일: __main__.py 프로젝트: uidzero/storm
def web(port, debug=False, ssh_config=None):
    """Starts the web UI."""
    from storm import web as _web
    _web.run(port, debug, ssh_config)
예제 #6
0
def web(port=9002, debug=False):
    """Starts the web UI."""
    _web.run(port, debug)