mirror of
https://git.vectorsigma.ru/public/tubearchivist.git
synced 2026-08-04 22:59:39 +00:00
remove debug
This commit is contained in:
@@ -20,7 +20,6 @@ class SearchProcess:
|
|||||||
|
|
||||||
def process(self):
|
def process(self):
|
||||||
"""detect type and process"""
|
"""detect type and process"""
|
||||||
print(self.response)
|
|
||||||
if "_source" in self.response.keys():
|
if "_source" in self.response.keys():
|
||||||
# single
|
# single
|
||||||
self.processed = self._process_result(self.response)
|
self.processed = self._process_result(self.response)
|
||||||
|
|||||||
Reference in New Issue
Block a user