Skip to content

Commit

Permalink
Update clients/python/README.md
Browse files Browse the repository at this point in the history
Co-authored-by: Matteo Mortari <matteo.mortari@gmail.com>
Signed-off-by: Isabella Basso <isabellabdoamaral@gmail.com>
  • Loading branch information
isinyaaa and tarilabs authored Sep 19, 2024
1 parent f17cda4 commit a7795c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clients/python/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ from model_registry import ModelRegistry
registry = ModelRegistry("https://server-address", author="Ada Lovelace") # Defaults to a secure connection via port 443
```

Or you can set the `is_secure` flag to `False` to connect **without** TLS (should be avoided):
Or you can set the `is_secure` flag to `False` to connect **without** TLS (not recommended):

```py
registry = ModelRegistry("http://server-address", 1234, author="Ada Lovelace", is_secure=False) # insecure port set to 1234
Expand Down

0 comments on commit a7795c6

Please sign in to comment.