mirror of
https://git.kernel.org/pub/scm/bluetooth/bluez.git
synced 2024-11-28 22:54:14 +08:00
Change "device" in information print into "node"
This commit is contained in:
parent
3862e5642d
commit
529726b566
@ -30,7 +30,7 @@ serial = dbus.Interface(bus.get_object("org.bluez", path),
|
||||
|
||||
node = serial.Connect(service)
|
||||
|
||||
print "Connected %s to %s" % (device, address)
|
||||
print "Connected %s to %s" % (node, address)
|
||||
|
||||
print "Press CTRL-C to disconnect"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user