Skip to content

Commit b9fa72d

Browse files
committed
Update getting_started code-samples
1 parent 68a3f9a commit b9fa72d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.code-samples.meilisearch.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -379,7 +379,7 @@ documents_guide_add_movie_1: |-
379379
}])
380380
getting_started_check_task_status: |-
381381
client.get_task(0)
382-
PLEASE_UPDATE_ME>>>>>>>>>>>>>getting_started_add_documents_md: |-
382+
getting_started_add_documents_md: |-
383383
```bash
384384
pip3 install meilisearch
385385
```
@@ -388,7 +388,7 @@ PLEASE_UPDATE_ME>>>>>>>>>>>>>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)

0 commit comments

Comments
 (0)