diff options
| author | Javier <dev.git@javispedro.com> | 2026-07-27 00:01:50 +0200 |
|---|---|---|
| committer | Javier <dev.git@javispedro.com> | 2026-07-27 00:01:50 +0200 |
| commit | 2878adeb92c94e4a473ffb09f5aa4344e43b7f3c (patch) | |
| tree | d2b9153a7a608ce099ee57184b589ee1e7d05ed4 | |
| parent | c2413b124a2a16c7d7e8dac0fc2af9881715c4c0 (diff) | |
| download | ctbtw-master.tar.gz ctbtw-master.zip | |
| -rwxr-xr-x | ctbtw.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -721,7 +721,7 @@ if __name__ == '__main__': pass finally: msg = StopInquiryModeReq() - send_msg(dev, msg) + dev.send_msg(msg) elif args.forget: # TODO I couldn't get forgetting about just one device to work; it is not exercised by app msg = ForgetDeviceReq(index=255) |
