Esempio n. 1
0
def reload():
    return json.dumps(list(TextClock.render()))
Esempio n. 2
0
def hello():
    return render_template('index.html',
                           clockface=TextClock.face,
                           textclock=list(TextClock.render()))