Translated to french and bugfixes

This commit is contained in:
simon
2018-05-16 17:01:04 -04:00
parent 3b2d2bdd8d
commit f76c935c49
15 changed files with 296 additions and 234 deletions

View File

@@ -23,7 +23,7 @@ class Indexer:
t.daemon = True
t.start()
time.sleep(15)
time.sleep(25)
if self.es.indices.exists(self.index_name):
print("Index is already setup")