Skip to content

Commit

Permalink
Revision 11 Mip flow change
Browse files Browse the repository at this point in the history
  • Loading branch information
mknithin committed Nov 3, 2015
1 parent 3b33599 commit c2ab82c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mip.py
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ def __init__(self,company_name):
batch=0
start_record=1
while start_record < 4609:
print "Batch:%d"%(batch+1)
print "Batch:%d Start_record:%d"%((batch+1),start_record)
crawler=MipCrawler('%s' %base_url+str(start_record),10)
crawler.crawl()
batch+=1
Expand Down

0 comments on commit c2ab82c

Please sign in to comment.