summaryrefslogtreecommitdiff
path: root/check/app/server
diff options
context:
space:
mode:
Diffstat (limited to 'check/app/server')
-rw-r--r--check/app/server/api.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/check/app/server/api.py b/check/app/server/api.py
index acaef76..e73e584 100644
--- a/check/app/server/api.py
+++ b/check/app/server/api.py
@@ -115,7 +115,7 @@ def similar():
"""
Search by uploading an image
"""
- params, error = get_params(default_threshold=SIMILARITY_THRESHOLD, default_limit=SIMILARITY_LIMIT)
+ params, error = get_params(default_threshold=SIMILAR_THRESHOLD, default_limit=SIMILAR_LIMIT)
if error:
return jsonify({
'success': False,