Diff between 7b38d4472b23fc638c30589f574e359b68563065 and 1b1c92ddad66672ac6077ed7adcd2c1a35752ac2
Changed Files
| File | Additions | Deletions | Status |
| test/simple-agent | +1 | -1 | modified |
Full Patch
diff --git a/test/simple-agent b/test/simple-agent
index bb40eae..08cdd76 100755
--- a/test/simple-agent
+++ b/test/simple-agent
@@ -172,7 +172,7 @@ if __name__ == '__main__':
device.Pair(reply_handler=pair_reply, error_handler=pair_error)
device_obj = device
else:
- manager.RequestDefault()
+ manager.RequestDefaultAgent(path)
mainloop.run()