From b482a236de39ff6617920ce444959db1dcceae25 Mon Sep 17 00:00:00 2001 From: oroulet Date: Tue, 22 Jun 2021 22:05:30 +0200 Subject: [PATCH] fix read_attribute declaration --- asyncua/sync.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/asyncua/sync.py b/asyncua/sync.py index 93b576721..8854d4c3d 100644 --- a/asyncua/sync.py +++ b/asyncua/sync.py @@ -550,7 +550,7 @@ def get_path(self): pass @syncmethod - def read_attributes(self): + def read_attributes(self, attrs): pass