Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
masterofpun committed Sep 28, 2016
1 parent 367c364 commit c608ae3
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 @@ -28,7 +28,7 @@
minYear = int(team[2])
maxYear = int(team[3])
year = minYear
if teamId == 1610612738:
if teamId == 1610612737:
continue

while year+1<=maxYear:
Expand Down

0 comments on commit c608ae3

Please sign in to comment.