Use dbus-fast unpack_variants option (#3885)

* Use dbus-fast unpack_variants option

* More readable log on signals
This commit is contained in:
Mike Degatano
2022-09-21 14:52:06 -04:00
committed by GitHub
parent 611963f5dd
commit c24b811180
9 changed files with 30 additions and 53 deletions

View File

@@ -171,7 +171,7 @@ def dbus(dbus_bus: MessageBus) -> DBus:
proxy_interface: ProxyInterface,
method: str,
*args,
remove_signature: bool = True,
unpack_variants: bool = True,
):
if (
proxy_interface.introspection.name == DBUS_INTERFACE_PROPERTIES