示例#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)