mirror of
https://github.com/simon987/od-database.git
synced 2025-12-15 23:59:05 +00:00
Fixed file duplication problem
This commit is contained in:
@@ -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():
|
||||
|
||||
Reference in New Issue
Block a user