소스 검색

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"]
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)


불러오는 중...
취소
저장