diff options
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', |
