We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24abee3 commit 573e331Copy full SHA for 573e331
elasticsearch_dsl/connections.py
@@ -23,7 +23,7 @@ def configure(self, **kwargs):
23
24
connections.configure(
25
default={'hosts': 'localhost'},
26
- dev={'hosts': ['esdev1.example.com:9200'], sniff_on_start=True}
+ dev={'hosts': ['esdev1.example.com:9200'], 'sniff_on_start': True},
27
)
28
29
Connections will only be constructed lazily when requested through
0 commit comments