Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
tomkralidis committed Nov 13, 2024
1 parent 8bdc2c0 commit 4733984
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/load_opensearch_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
import sys

from opensearchpy import OpenSearch
os_ = OpenSearch()
os_ = OpenSearch(['localhost:9209'])

if len(sys.argv) < 3:
print(f'Usage: {sys.argv[0]} <path/to/data.geojson> <id-field>')
Expand Down

0 comments on commit 4733984

Please sign in to comment.