This is an automated email from the ASF dual-hosted git repository. bossenti pushed a commit to branch rel/0.91.0 in repository https://gitbox.apache.org/repos/asf/streampipes.git
commit 3c237a624b5223c69a5f919090ec7d96b214e487 Author: Philipp Zehnder <[email protected]> AuthorDate: Tue Feb 28 11:17:40 2023 +0100 [hotfix] Fix example in python client README --- streampipes-client-python/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/streampipes-client-python/README.md b/streampipes-client-python/README.md index 4231ae59c..68b4bf4bb 100644 --- a/streampipes-client-python/README.md +++ b/streampipes-client-python/README.md @@ -64,7 +64,7 @@ pip install git+https://github.com/apache/streampipes.git#subdirectory=streampip ... api_key = "DEMO-KEY", ... ), ... host_address = "localhost", -... http_disabled = True, +... https_disabled = True, ... port = 80 ...) @@ -78,4 +78,4 @@ The following StreamPipes resources are available with this client: 1x DataLakeMeasures ``` -For more information about how to use the StreamPipes client visit our [introduction example](https://github.com/apache/streampipes/blob/dev/streampipes-client-python/docs/examples/1-introduction-to-streampipes-python-client.ipynb). \ No newline at end of file +For more information about how to use the StreamPipes client visit our [introduction example](https://github.com/apache/streampipes/blob/dev/streampipes-client-python/docs/examples/1-introduction-to-streampipes-python-client.ipynb).
