don't forget the 6th device on scan
This commit is contained in:
parent
7e44ec5ebf
commit
f8d0beb471
|
@ -114,7 +114,7 @@ class Receiver(object):
|
|||
if self.handle == 0:
|
||||
return
|
||||
|
||||
for number in range(1, MAX_ATTACHED_DEVICES):
|
||||
for number in range(1, 1 + MAX_ATTACHED_DEVICES):
|
||||
dev = get_device(self.handle, number)
|
||||
if dev is not None:
|
||||
yield dev
|
||||
|
|
Loading…
Reference in New Issue