Пример #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')