From 808fc57af99ef7742306c5ae58ebb929eb63c358 Mon Sep 17 00:00:00 2001 From: Andrea Mannocci Date: Thu, 11 Jun 2020 17:13:48 +0200 Subject: [PATCH] fixed format --- es_connector.py | 1 - static/index.html | 9 +++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/es_connector.py b/es_connector.py index 595f286..a024073 100644 --- a/es_connector.py +++ b/es_connector.py @@ -28,7 +28,6 @@ class ESConnector(object): self.index_host = ES_HOST self.client = Elasticsearch(hosts=self.index_host, timeout=600000) - def query_after(self, query_string=None, start=0, i='propagation-after'): s = Search(using=self.client, index=i) if query_string is not None: diff --git a/static/index.html b/static/index.html index 85fca6d..9c05430 100644 --- a/static/index.html +++ b/static/index.html @@ -60,10 +60,11 @@
- +