This is an automated email from the ASF dual-hosted git repository.
zehnder pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/streampipes.git
The following commit(s) were added to refs/heads/dev by this push:
new 73874ee0b [hotfix] Fix example in python client README
73874ee0b is described below
commit 73874ee0ba94e36f6d7f7c38a00a4b302cc31a22
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).