From 95a9760839ce73e2cfff57aecd31b2b723a7e5c4 Mon Sep 17 00:00:00 2001 From: Martin Czygan Date: Wed, 16 Dec 2020 02:28:24 +0100 Subject: add todo --- fuzzycat/__main__.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/fuzzycat/__main__.py b/fuzzycat/__main__.py index 45c41d3..d41ec24 100644 --- a/fuzzycat/__main__.py +++ b/fuzzycat/__main__.py @@ -42,6 +42,9 @@ EXAMPLES $ python -m fuzzycat release_match -q "hello world" + TODO: Elasticsearch might not respond to POST queries (which is what the + client library uses, see: https://git.io/JLsYb). + """ import argparse -- cgit v1.2.3