Skip to content

Commit

Permalink
Update scraper.py
Browse files Browse the repository at this point in the history
  • Loading branch information
danozgriff committed May 12, 2016
1 parent c1fe76e commit 1d50058
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scraper.py
Expand Up @@ -31,7 +31,7 @@
print obj
cnt=-1

if obj[:2] == '27|':
if obj[:3] == '27|':
print row
row = ''
obj = ''
Expand Down

0 comments on commit 1d50058

Please sign in to comment.