Skip to content

Commit

Permalink
modified the mip.py
Browse files Browse the repository at this point in the history
  • Loading branch information
mknithin committed Mar 28, 2016
1 parent 89f6b0d commit 89ca5fb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions mip.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,10 +83,10 @@ def get_company_from_google(self,company_list):
email=self.get_email_from_link(link[-1],self.depth)
if email is not None:
self.put_email_to_file(email)
else:
print "No Data Received from Google Serach !"
cmpn_no+=1
continue
else:
print "Search Failed !"
cmpn_no+=1
continue
else:
cmpn_no+=1
continue
Expand Down

0 comments on commit 89ca5fb

Please sign in to comment.