![]() |
InBox
List of new eQSLs received from other users |
|
[CZ] [DE] [FR] [ID] [IT] [JP] [NL] [PL] [PO] [RU] [SP] |
|---|
return jsonify(response["hits"]["hits"])
def create_index(): es = Elasticsearch() es.indices.create(index="megamind-index", body={ "mappings": { "properties": { "title": {"type": "text"}, "description": {"type": "text"} } } }) index of megamind updated
class TestDataCollector(unittest.TestCase): def test_collect_data(self): data = collect_data() self.assertIsNotNone(data) index of megamind updated