diff --git a/examples/client_to_kepware.py b/examples/client_to_kepware.py index 071b8146..0223c84c 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")