diff options
author | Martin Czygan <martin.czygan@gmail.com> | 2020-12-16 02:28:24 +0100 |
---|---|---|
committer | Martin Czygan <martin.czygan@gmail.com> | 2020-12-16 02:28:24 +0100 |
commit | 95a9760839ce73e2cfff57aecd31b2b723a7e5c4 (patch) | |
tree | 9b173bbfa894175c6ef3de0dd16902d61b343aeb | |
parent | 6eb88820feb50136571487436b515ed6b748e17d (diff) | |
download | fuzzycat-95a9760839ce73e2cfff57aecd31b2b723a7e5c4.tar.gz fuzzycat-95a9760839ce73e2cfff57aecd31b2b723a7e5c4.zip |
add todo
-rw-r--r-- | fuzzycat/__main__.py | 3 |
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 |