diff options
Diffstat (limited to 'test/test-discovery')
-rwxr-xr-x | test/test-discovery | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/test-discovery b/test/test-discovery index 22c88c3a6..b7c1c63d0 100755 --- a/test/test-discovery +++ b/test/test-discovery @@ -16,6 +16,8 @@ def device_found(address, properties): else: print " %s = %s" % (key, value) + print + def property_changed(name, value): if (name == "Discovering" and not value): mainloop.quit() |