Commit b6418a72 authored by Vasyl Bodnaruk's avatar Vasyl Bodnaruk

Change url for company

parent 6a402ed1
...@@ -54,7 +54,7 @@ class CompanyMaker: ...@@ -54,7 +54,7 @@ class CompanyMaker:
def _make_list_for_cb(self): def _make_list_for_cb(self):
for i in self.in_site: for i in self.in_site:
name = i.name.replace(' ', '-').replace('.', '-') name = i.name.replace(' ', '-').replace('.', '-')
self.companies.append(Company(i.id, 'http://www.crunchbase.com/organization/{}/press/'.format(name), self.companies.append(Company(i.id, 'http://www.crunchbase.com/organization/{}/press?page=1'.format(name),
None, 2, 2, i.name)) None, 2, 2, i.name))
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment