Skip to content

Commit

Permalink
Update scraper.py
Browse files Browse the repository at this point in the history
  • Loading branch information
cheguitara committed Jan 17, 2015
1 parent 268dd63 commit 309dd48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scraper.py
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ def import_player(element):
# table_name='fixtures')

def main():#563
for element in elements(1, 659):
for element in elements(1, 663):
import_player(element)
#import_season_history(element)
import_fixture_history(element)
Expand Down

0 comments on commit 309dd48

Please sign in to comment.