mirror of
https://github.com/home-assistant/supervisor.git
synced 2025-07-27 19:16:29 +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,
|
||||
obj=self.object_path,
|
||||
method=method,
|
||||
args=" ".join(args)))
|
||||
args=" ".join(map(str, args))
|
||||
))
|
||||
|
||||
# Run command
|
||||
try:
|
||||
|
Loading…
x
Reference in New Issue
Block a user