Пример #1
0
def test_connect():
    started = photobox.start()
    if not started:
        photobox.send_initial_photo_count()
Пример #2
0
def index():
    photobox.start()
    return render_template('index.html')
Пример #3
0
def capture_button():
    photobox.start()
    return render_template('index.html', show_button=True)