Skip to content

Commit 06893e4

Browse files
committed
fix timeout argument
1 parent c8322f3 commit 06893e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

image_match/elasticsearch_driver.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ class SignatureES(SignatureDatabaseBase):
99
1010
"""
1111

12-
def __init__(self, es, index='images', doc_type='image', timeout=10, size=100,
12+
def __init__(self, es, index='images', doc_type='image', timeout='10s', size=100,
1313
*args, **kwargs):
1414
"""Extra setup for Elasticsearch
1515

0 commit comments

Comments
 (0)