From 3b2e73a8ba1fbae28b8d4d43e1c04baf43247aa3 Mon Sep 17 00:00:00 2001 From: Shreyan Das <72906700+sdspot2034@users.noreply.github.com> Date: Wed, 18 Jan 2023 18:44:36 +0530 Subject: [PATCH] Update client_to_kepware.py On line 34, corrected spelling error (og -> of) print("childs of objects are: ", objects.get_children()) --- examples/client_to_kepware.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/client_to_kepware.py b/examples/client_to_kepware.py index 071b81461..0223c84c1 100644 --- a/examples/client_to_kepware.py +++ b/examples/client_to_kepware.py @@ -31,7 +31,7 @@ def event_notification(self, event): print("childs of root are: ", root.get_children()) print("name of root is", root.get_browse_name()) objects = client.get_objects_node() - print("childs og objects are: ", objects.get_children()) + print("childs of objects are: ", objects.get_children()) tag1 = client.get_node("ns=2;s=Channel1.Device1.Tag1")