This is an automated email from the ASF dual-hosted git repository.
git-site-role pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/plc4x-website.git
The following commit(s) were added to refs/heads/asf-site by this push:
new f9b0ab093 Site checkin for project PLC4X: Jenkins Tools
f9b0ab093 is described below
commit f9b0ab093c4fc295ba3a700f50f2d9cdc63699e3
Author: jenkins <[email protected]>
AuthorDate: Tue Apr 9 03:44:28 2024 +0000
Site checkin for project PLC4X: Jenkins Tools
---
users/getting-started/plc4py.html | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/users/getting-started/plc4py.html
b/users/getting-started/plc4py.html
index cda6361ef..7eec358e9 100644
--- a/users/getting-started/plc4py.html
+++ b/users/getting-started/plc4py.html
@@ -356,9 +356,9 @@ async def communicate_with_plc():
builder.add_item("Random Tag", "4x00001[10]")
request = builder.build()
- future = connection.execute(request)
- await future
- response = future.result()
+ future = connection.execute(request)
+ await future
+ response = future.result()
asyncio.run(communicate_with_plc())</pre>
</div>