summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJavier <dev.git@javispedro.com>2026-07-27 00:01:50 +0200
committerJavier <dev.git@javispedro.com>2026-07-27 00:01:50 +0200
commit2878adeb92c94e4a473ffb09f5aa4344e43b7f3c (patch)
treed2b9153a7a608ce099ee57184b589ee1e7d05ed4
parentc2413b124a2a16c7d7e8dac0fc2af9881715c4c0 (diff)
downloadctbtw-master.tar.gz
ctbtw-master.zip
fix typo while leaving pairing modeHEADmaster
-rwxr-xr-xctbtw.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ctbtw.py b/ctbtw.py
index 92ac6fd..cca5d3b 100755
--- a/ctbtw.py
+++ b/ctbtw.py
@@ -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)