Skip to content

Commit af10a3e

Browse files
committed
Merge branch 'master' of github.com:labjack/LabJackPython
2 parents 384e4f9 + c96f238 commit af10a3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Examples/streamTest-threading.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ def readStreamData(self):
135135
scanTotal = sampleTotal / 1 # sampleTotal / NumChannels
136136

137137
print("%s requests with %s packets per request with %s samples per packet = %s samples total." %
138-
(self.dataCount, d.packetsPerRequest, d.streamSamplesPerPacket, sampleTotal))
138+
(self.dataCount, self.device.packetsPerRequest, self.device.streamSamplesPerPacket, sampleTotal))
139139

140140
print("%s samples were lost due to errors." % self.missed)
141141
sampleTotal -= self.missed

0 commit comments

Comments
 (0)