python: sr_config's value field is called 'data'.
This commit is contained in:
parent
3124e80bfe
commit
57dd5e63ec
|
@ -124,7 +124,7 @@ class Driver(object):
|
|||
key = getattr(ConfigKey, name.upper())
|
||||
src = sr_config()
|
||||
src.key = key.id
|
||||
src.value = python_to_gvariant(value)
|
||||
src.data = python_to_gvariant(value)
|
||||
options.append(src.this)
|
||||
option_list = python_to_gslist(options)
|
||||
device_list = sr_driver_scan(self.struct, option_list)
|
||||
|
|
Loading…
Reference in New Issue