Commit b9782098 authored by Alexander Schrode's avatar Alexander Schrode Committed by oroulet

fix rebase error

parent d91e356e
......@@ -29,6 +29,10 @@ class Client:
use UaClient object, available as self.uaclient
which offers the raw OPC-UA services interface.
"""
_username = None
_password = None
def __init__(self, url: str, timeout: float = 4, watchdog_intervall: float = 1.0):
"""
:param url: url of the server.
......
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