aboutsummaryrefslogtreecommitdiff
path: root/nxt-python-fantom/nxt/fantomglue.py
diff options
context:
space:
mode:
Diffstat (limited to 'nxt-python-fantom/nxt/fantomglue.py')
-rw-r--r--nxt-python-fantom/nxt/fantomglue.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/nxt-python-fantom/nxt/fantomglue.py b/nxt-python-fantom/nxt/fantomglue.py
index a4b6056..6281c95 100644
--- a/nxt-python-fantom/nxt/fantomglue.py
+++ b/nxt-python-fantom/nxt/fantomglue.py
@@ -96,7 +96,6 @@ class USBSocket:
return devinfo.name
def connect(self):
- addr, port = addrport
if self._sock is None:
# Port is ignored
self._sock = pyfantom.NXT(addr)