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 13, 2016
1 parent 0dccc96 commit ce4484e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions scraper.py
Expand Up @@ -42,18 +42,18 @@
elif cnt == 7:
HARBOUR_PV = (tuple[2].strip(' '))
print 'HARBOUR_PV ' + HARBOUR_PV
elif cnt == 8:
elif cnt == 9:
HC_OR_PV = tuple[2].strip(' ')
print 'HC_OR_PV ' + HC_OR_PV
elif cnt == 9:
elif cnt == 11:
POB = tuple[2].strip(' ')
print 'POB ' + POB
elif cnt == 10:
elif cnt == 12:
TUGS = tuple[2].strip(' ') #int
print 'TUGS ' + TUGS
elif cnt == 11:
elif cnt == 13:
BPN_DPN = int(tuple[2].strip(' '))
elif cnt == 12:
elif cnt == 14:
REMARKS = int(tuple[2].strip(' '))
headers=0
cnt=0
Expand Down

0 comments on commit ce4484e

Please sign in to comment.