Skip to content

Commit 9719b1b

Browse files
committed
Support SSL connections
1 parent 0de99ee commit 9719b1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

budgetkey_api/modules/search.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ class BudgetkeyQuery(Query):
6969

7070
def setup_search(app):
7171
client_params = dict(
72-
timeout=60, request_timeout=60
72+
request_timeout=60
7373
)
7474
if ES_CONNECTION:
7575
client_params['hosts'] = ES_CONNECTION

0 commit comments

Comments
 (0)