Exemplo n.º 1
0
def leaderboard():
    if not History.show_history():
        flash('No Player Data is available at the moment')
        return redirect('/')
    return render_template('leaderboard.html')
Exemplo n.º 2
0
def inject_stage_and_region():
    return dict(enumerate=enumerate, leaderboard=History.show_history())