From 3b335998042d720427430f2f3d3962f07ea6d559 Mon Sep 17 00:00:00 2001 From: nithin-mk Date: Tue, 3 Nov 2015 20:56:29 +0530 Subject: [PATCH] Revision 11 Mip flow change --- mip.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mip.py b/mip.py index 04adf18..b53ff1a 100755 --- a/mip.py +++ b/mip.py @@ -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()