예제 #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')