Exemplo n.º 1
0
def test_connect():
    started = photobox.start()
    if not started:
        photobox.send_initial_photo_count()
Exemplo n.º 2
0
def index():
    photobox.start()
    return render_template('index.html')
Exemplo n.º 3
0
def capture_button():
    photobox.start()
    return render_template('index.html', show_button=True)