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 31, 2016
1 parent 8bcec97 commit 6f228d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scraper.py
Expand Up @@ -127,7 +127,7 @@
#print loc

while alignment==0:
print 'TESTING HDLIST Loc Val:' + HeadersList[colcnt]
print 'TESTING HDLIST Loc Val:' + str(HeadersList[colcnt])
if (loc >= HeadersList[colcnt]-5 and loc <= HeadersList[colcnt]+5) or vesselflag==1:
lineout = lineout + obj + ','
print 'CONFIRMED: ' + 'loc: ' + str(loc) + ' obj: ' + obj + ' LOCKED TO: ' + str(HeadersList[colcnt])
Expand Down

0 comments on commit 6f228d9

Please sign in to comment.