Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
E
esi-table-data
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
esi-data-scrapping
esi-table-data
Commits
5cd570e6
Commit
5cd570e6
authored
Sep 07, 2017
by
Vasyl Bodnaruk
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Delete old code base
parent
60d67255
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
3 deletions
+1
-3
classificator
exa/exa/classificator
+1
-1
company_maker.py
exa/exa/helpers/company_maker.py
+0
-2
No files found.
classificator
@
c2bc75b4
Subproject commit c
e54f918c2e226fd08d56890b0edd8fa5e05c3d2
Subproject commit c
2bc75b4a91a175bedde635d9caefde095f3993b
exa/exa/helpers/company_maker.py
View file @
5cd570e6
...
...
@@ -36,8 +36,6 @@ class CompanyMaker:
self
.
companies
.
append
(
Company
(
i
.
id
,
'http://www.mobihealthnews.com/tag/'
+
tag
,
43
,
2
,
2
,
i
.
name
))
def
_make_list_for_tc
(
self
):
def
name_for_search
(
name
):
comp
=
name
.
split
(
' '
)
for
i
in
self
.
in_site
:
tag
=
i
.
name
if
tag
.
find
(
' '
):
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment