summaryrefslogtreecommitdiff
path: root/check/commands/imagehash/load.py
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2019-04-14 20:22:19 +0200
committerJules Laplace <julescarbon@gmail.com>2019-04-14 20:22:19 +0200
commit7a1f5eb87d71acd5466b08a23ee0f98ea7edf28c (patch)
treef9bd95006105394469a67af8cfe6db115eba4b7f /check/commands/imagehash/load.py
parent890586175ff054cc01d39f9931ab2e4bae62c1e1 (diff)
add phash script
Diffstat (limited to 'check/commands/imagehash/load.py')
-rw-r--r--check/commands/imagehash/load.py2
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',