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 960842e commit 3b33599
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 @@ -117,7 +117,7 @@ def __init__(self,company_name):
base_url='http://www.my-mip.com/en/online-database/mipcom/companies/?rpp=64&startRecord='
batch=0
start_record=1
while start_record < 65:
while start_record < 4609:
print "Batch:%d"%(batch+1)
crawler=MipCrawler('%s' %base_url+str(start_record),10)
crawler.crawl()
Expand Down

0 comments on commit 3b33599

Please sign in to comment.