|  |  | @@ -43,7 +43,7 @@ def accept(): | 
		
	
		
			
			|  |  |  | 
 | 
		
	
		
			
			|  |  |  | @app.route('/changelog') | 
		
	
		
			
			|  |  |  | def changelog(): | 
		
	
		
			
			|  |  |  | game_names = ["stroll", "feast", "gorge", "satiate"] | 
		
	
		
			
			|  |  |  | game_names = ["stroll", "feast", "gorge", "satiate", "macrovision"] | 
		
	
		
			
			|  |  |  | games = [] | 
		
	
		
			
			|  |  |  | for game in game_names: | 
		
	
		
			
			|  |  |  | data = json.load(open("{0}/changelog.json".format(game))) | 
		
	
	
		
			
				|  |  | @@ -57,7 +57,7 @@ def changelog(): | 
		
	
		
			
			|  |  |  | 
 | 
		
	
		
			
			|  |  |  | @app.route('/commits') | 
		
	
		
			
			|  |  |  | def commits(): | 
		
	
		
			
			|  |  |  | game_names = ["stroll", "feast", "gorge", "satiate"] | 
		
	
		
			
			|  |  |  | game_names = ["stroll", "feast", "gorge", "satiate", "macrovision"] | 
		
	
		
			
			|  |  |  | games = [] | 
		
	
		
			
			|  |  |  | for game in game_names: | 
		
	
		
			
			|  |  |  | data = json.load(open("nightly/{0}/nightly.json".format(game))) | 
		
	
	
		
			
				|  |  | 
 |