Skip to content
This repository has been archived by the owner on Sep 18, 2018. It is now read-only.

Commit

Permalink
Remove beard from json generator script
Browse files Browse the repository at this point in the history
  • Loading branch information
MelissaCole committed Dec 11, 2014
1 parent 6d37c82 commit 43ead92
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion scripts/team_json_from_csv.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ def read_csv(path):
'favorite_subreddits': fields['favorite subreddits'].split(),
'new': tryconv(int, fields['new']),
'top': tryconv(float, fields['top']),
'beard': tryconv(int, fields['beard'], 0),
'pyro': tryconv(int, fields['pyro'], 0),
'wpm': tryconv(int, fields['wpm']),
}
Expand Down

0 comments on commit 43ead92

Please sign in to comment.