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/load.py | |
| parent | 890586175ff054cc01d39f9931ab2e4bae62c1e1 (diff) | |
add phash script
Diffstat (limited to 'check/commands/imagehash/load.py')
| -rw-r--r-- | check/commands/imagehash/load.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/check/commands/imagehash/load.py b/check/commands/imagehash/load.py index dbb2567..e61b751 100644 --- a/check/commands/imagehash/load.py +++ b/check/commands/imagehash/load.py @@ -6,7 +6,7 @@ Loop over a directory of images 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_dir_fn', |
