Skip to content

Commit

Permalink
Update scraper.py
Browse files Browse the repository at this point in the history
  • Loading branch information
cheguitara committed Aug 12, 2014
1 parent c1e74db commit 869d154
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions scraper.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,17 +17,17 @@ class Clubs(object):
names = (
(1, 'ARS', 'Arsenal'),
(2, 'AVL', 'Aston Villa'),
(3, 'CAR', 'Cardiff'),
(3, 'QPR', 'QPR'),
(4, 'CHE', 'Chelsea'),
(5, 'CRY', 'Crystal Palace'),
(6, 'EVE', 'Everton'),
(7, 'FUL', 'Fulham'),
(7, 'BUR', 'Burnley'),
(8, 'HUL', 'Hull'),
(9, 'LIV', 'Liverpool'),
(10, 'MCI', 'Man City'),
(11, 'MUN', 'Man Utd', 'Man United'),
(12, 'NEW', 'Newcastle'),
(13, 'NOR', 'Norwich'),
(13, 'LEI', 'leicester'),
(14, 'SOU', 'Southampton'),
(15, 'STK', 'Stoke City', 'Stoke'),
(16, 'SUN', 'Sunderland'),
Expand Down

0 comments on commit 869d154

Please sign in to comment.