示例#1
0
def showPlayers2():
    players=rwfb.getAll(rwfb.openDB())
    return render_template('show_map.html', players=players)
示例#2
0
文件: app.py 项目: hallfox/SpaceSMS
def showPlayers(players = rwfb.getAll(rwfb.openDB())):
    #db = rwfb.openDB()
    #players = rwfb.getAll(db)
    return render_template('show_map.html', players=players)