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