示例#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)