Explorar el Código

Point the commit viewer at the new commit dir

master
Fen Dweller hace 6 años
padre
commit
266fa5d736
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      app.py

+ 1
- 1
app.py Ver fichero

@@ -60,7 +60,7 @@ def commits():
game_names = ["stroll", "feast", "gorge", "satiate", "macrovision"]
games = []
for game in game_names:
data = json.load(open("nightly/{0}/nightly.json".format(game)))
data = json.load(open("commits/{0}.json".format(game)))
games.append({"name": game, "commits": data})

return render_template("commits.html", games=games)


Cargando…
Cancelar
Guardar