mirror of
https://github.com/home-assistant/supervisor.git
synced 2025-07-28 03:26:32 +00:00
Update gdbus.py
This commit is contained in:
parent
157e48f946
commit
5a6051f9a1
@ -30,7 +30,8 @@ class Dbus(object):
|
|||||||
bus=self.bus_name,
|
bus=self.bus_name,
|
||||||
obj=self.object_path,
|
obj=self.object_path,
|
||||||
method=method,
|
method=method,
|
||||||
args=" ".join(args)))
|
args=" ".join(map(str, args))
|
||||||
|
))
|
||||||
|
|
||||||
# Run command
|
# Run command
|
||||||
try:
|
try:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user