aboutsummaryrefslogtreecommitdiffstats
path: root/fuzzycat/__main__.py
diff options
context:
space:
mode:
authorMartin Czygan <martin.czygan@gmail.com>2020-12-16 02:28:24 +0100
committerMartin Czygan <martin.czygan@gmail.com>2020-12-16 02:28:24 +0100
commit95a9760839ce73e2cfff57aecd31b2b723a7e5c4 (patch)
tree9b173bbfa894175c6ef3de0dd16902d61b343aeb /fuzzycat/__main__.py
parent6eb88820feb50136571487436b515ed6b748e17d (diff)
downloadfuzzycat-95a9760839ce73e2cfff57aecd31b2b723a7e5c4.tar.gz
fuzzycat-95a9760839ce73e2cfff57aecd31b2b723a7e5c4.zip
add todo
Diffstat (limited to 'fuzzycat/__main__.py')
-rw-r--r--fuzzycat/__main__.py3
1 files changed, 3 insertions, 0 deletions
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