Commit 5ad1b9a1 authored by Andreas Heine's avatar Andreas Heine Committed by oroulet

fix typo

parent 2f2493ea
......@@ -130,7 +130,7 @@ class Server:
instead!""")
if not isinstance(build_date, datetime):
raise TypeError(f"Expected datetime.utcnow() got {type(build_date)} instead!")
raise TypeError(f"Expected datetime got {type(build_date)} instead!")
status_node = self.get_node(ua.NodeId(ua.ObjectIds.Server_ServerStatus))
build_node = self.get_node(ua.NodeId(ua.ObjectIds.Server_ServerStatus_BuildInfo))
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment