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