Diff between 92f9870934fe514bf73d956c594b4827469409a6 and 9291fc60cbc178e773159af490ab7eca32e112c1
Changed Files
| File | Additions | Deletions | Status |
| test/test-discovery | +2 | -0 | modified |
Full Patch
diff --git a/test/test-discovery b/test/test-discovery
index 22c88c3..b7c1c63 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()