diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2019-04-14 20:22:19 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2019-04-14 20:22:19 +0200 |
| commit | 7a1f5eb87d71acd5466b08a23ee0f98ea7edf28c (patch) | |
| tree | f9bd95006105394469a67af8cfe6db115eba4b7f /check/commands/imagehash/query.py | |
| parent | 890586175ff054cc01d39f9931ab2e4bae62c1e1 (diff) | |
add phash script
Diffstat (limited to 'check/commands/imagehash/query.py')
| -rw-r--r-- | check/commands/imagehash/query.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/check/commands/imagehash/query.py b/check/commands/imagehash/query.py index cf5c2d4..4c51324 100644 --- a/check/commands/imagehash/query.py +++ b/check/commands/imagehash/query.py @@ -4,7 +4,7 @@ Search the database for an image import click -# from app.models.sql_factory import load_sql_datasets +from app.models.sql_factory import search_by_phash, add_phash @click.command() @click.option('-i', '--input', 'opt_fn', |
