aboutsummaryrefslogtreecommitdiff
path: root/nxt-python-fantom/nxt/usbsock.py
diff options
context:
space:
mode:
Diffstat (limited to 'nxt-python-fantom/nxt/usbsock.py')
-rw-r--r--nxt-python-fantom/nxt/usbsock.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/nxt-python-fantom/nxt/usbsock.py b/nxt-python-fantom/nxt/usbsock.py
index 0375869..9df7792 100644
--- a/nxt-python-fantom/nxt/usbsock.py
+++ b/nxt-python-fantom/nxt/usbsock.py
@@ -25,7 +25,7 @@ class USBSock(object):
bsize = 60 # USB socket block size
def __init__(self, device):
- self.sock = USBSocket(device)
+ self.sock = usb.USBSocket(device)
self.debug = False
def __str__(self):