Ejemplo n.º 1
0
def showPlayers2():
    players=rwfb.getAll(rwfb.openDB())
    return render_template('show_map.html', players=players)
Ejemplo n.º 2
0
def showPlayers(players = rwfb.getAll(rwfb.openDB())):
    #db = rwfb.openDB()
    #players = rwfb.getAll(db)
    return render_template('show_map.html', players=players)