Fixed file duplication problem

This commit is contained in:
Simon
2018-06-12 15:55:52 -04:00
parent 1718bb91ca
commit af2601ee70
3 changed files with 2 additions and 3 deletions

View File

@@ -82,7 +82,6 @@ class ElasticSearchEngine(SearchEngine):
def import_json(self, in_str: str, website_id: int):
import_every = 1000
print(in_str)
docs = []
for line in in_str.splitlines():