diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2019-04-15 13:35:21 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2019-04-15 13:35:21 +0200 |
| commit | 229ddbb5cbf228b13b44ecaa10ef931c68b97e5c (patch) | |
| tree | bd3f095d57b8b8252551b6bc61ec3f3e9d53f146 /check/commands/imagehash/test.py | |
| parent | 7a1f5eb87d71acd5466b08a23ee0f98ea7edf28c (diff) | |
query api
Diffstat (limited to 'check/commands/imagehash/test.py')
| -rw-r--r-- | check/commands/imagehash/test.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/check/commands/imagehash/test.py b/check/commands/imagehash/test.py index 7a38ae6..b3ddbe5 100644 --- a/check/commands/imagehash/test.py +++ b/check/commands/imagehash/test.py @@ -15,4 +15,4 @@ def cli(ctx, opt_fn): """ Search the database for an image """ - print('Searching for a file...') + print('Query the database with a test set') |
