Use operation prefix
This commit is contained in:
@@ -33,7 +33,7 @@ class InpControl:
|
||||
|
||||
def inp_in_control(section: list[str]) -> ChangeSet:
|
||||
obj = InpControl(section)
|
||||
cs = ChangeSet({'operation' : API_UPDATE, 'type': 'control', 'control' : obj.control})
|
||||
cs = ChangeSet(g_update_prefix | {'type': 'control', 'control' : obj.control})
|
||||
return cs
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user