Skip to content

Commit b430efa

Browse files
authored
Merge branch 'main' into meili-bot/bump-version
2 parents 0af3ef3 + 9210fbb commit b430efa

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.code-samples.meilisearch.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -388,7 +388,7 @@ getting_started_add_documents_md: |-
388388
import meilisearch
389389
import json
390390
391-
client = meilisearch.Client('http://localhost:7700')
391+
client = meilisearch.Client('http://localhost:7700', 'aSampleMasterKey')
392392
393393
json_file = open('movies.json', encoding='utf-8')
394394
movies = json.load(json_file)

Pipfile.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)