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 baa92e1 commit c1e74db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scraper.py
Expand Up @@ -208,7 +208,7 @@ def import_player(element):
# table_name='fixtures')

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

0 comments on commit c1e74db

Please sign in to comment.