Skip to content

Commit 1038a43

Browse files
committed
Fixing Issue 39. Thanks to Scott Kitterman for reporting this!
1 parent 2206e68 commit 1038a43

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

nxt/fantomsock.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ def connect(self, addrport=None):
4343
assert addrport is not None
4444
# Port is ignored
4545
addr, port = addrport
46-
paired_addr = pair_bluetooth(addr)
46+
paired_addr = pyfantom.pair_bluetooth(addr)
4747
if self.debug:
4848
print "BT Paired Addr: ", paired_addr
4949
self._sock = pyfantom.NXT(paired_addr)

0 commit comments

Comments
 (0)