示例#1
0
def sockets():
    return render_template('sockets.html')
示例#2
0
def index():
    return render_template('index.html')
示例#3
0
def watcher(name):
    return render_template('watcher.html', name=name)
示例#4
0
def sockets():
    return render_template('sockets.html')
示例#5
0
 def _ask_connection():
     return render_template('connect.html')
示例#6
0
def watcher(name):
    return render_template('watcher.html', name=name)
示例#7
0
def index():
    return render_template('index.html')
示例#8
0
 def _ask_connection():
     return render_template('connect.html',
                            endpoints=app.discovery_thread.get_endpoints())
示例#9
0
 def _ask_connection():
     return render_template('connect.html',
                            endpoints=app.discovery_thread.get_endpoints())
示例#10
0
 def _ask_connection():
     return render_template('connect.html')