瀏覽代碼

Point the commit viewer at the new commit dir

master
Fen Dweller 6 年之前
父節點
當前提交
266fa5d736
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. +1
    -1
      app.py

+ 1
- 1
app.py 查看文件

@@ -60,7 +60,7 @@ def commits():
game_names = ["stroll", "feast", "gorge", "satiate", "macrovision"] game_names = ["stroll", "feast", "gorge", "satiate", "macrovision"]
games = [] games = []
for game in game_names: 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}) games.append({"name": game, "commits": data})


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


Loading…
取消
儲存