Skip to content

Commit 9a71dc9

Browse files
Update property.py
1 parent d08db71 commit 9a71dc9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gateway_addon/property.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ def get_value(self):
122122
"""
123123
return self.value
124124

125-
def set_value(self, value, origin):
125+
def set_value(self, value, meta):
126126
"""
127127
Set the current value of the property.
128128

0 commit comments

Comments
 (0)