Skip to content

Commit

Permalink
Rename matches.py -> matchstore.py. Fix typo in grabber.
Browse files Browse the repository at this point in the history
  • Loading branch information
tombot committed Mar 6, 2012
1 parent 3742255 commit 281ab85
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions grabber.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import twitter
import json
from matches import MatchStore
from matchstore import MatchStore

min2012 = 158306092244418561 # First meaningful tweet in 2012
max2011 = 132877548332924929 # Last meaningful tweet in 2011
Expand Down Expand Up @@ -76,7 +76,7 @@ def get2011MatchData(status) :
print i, r[0], r[2], r[4]
i = i + 1

if len(statuses) < numToFetch :
if len(statuses) < pageLength :
running = False
else :
curPage += 1
Expand Down
File renamed without changes.

0 comments on commit 281ab85

Please sign in to comment.