Skip to content

Commit

Permalink
Lagt til flere kamera kontoer
Browse files Browse the repository at this point in the history
  • Loading branch information
sakarias committed Mar 31, 2016
1 parent 590617a commit dc74c1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/top10.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ def get_top_list(players, stat_key):

players = json.loads(open(os.path.join(base_dir, "../www/json/stats/allplayers.json")).read())

cam_accounts = ['Notch', 'ShreeyamGFX', 'Coestar', 'Dinnerbone', 'UelandCam', 'AtillaTari', 'einarcam', 'hildenae', 'sakecam', 'afarberg', 'Hanyu_Furude'];
cam_accounts = ['Notch', 'ShreeyamGFX', 'Coestar', 'Dinnerbone', 'UelandCam', 'AtillaTari', 'einarcam', 'hildenae', 'sakecam', 'afarberg', 'Hanyu_Furude','Kagee_Kamera', 'Tonje', 'linselus'];

uuid_indexed_players = {}
for p in players['whitelist']:
Expand Down

0 comments on commit dc74c1f

Please sign in to comment.