mirror of
https://github.com/simon987/Simple-Incremental-Search-Tool.git
synced 2025-12-13 15:19:05 +00:00
Bug fixes
This commit is contained in:
@@ -15,7 +15,6 @@ class Indexer:
|
||||
|
||||
try:
|
||||
requests.head("http://localhost:9200")
|
||||
print("elasticsearch is already running")
|
||||
|
||||
except requests.exceptions.ConnectionError:
|
||||
import time
|
||||
|
||||
Reference in New Issue
Block a user