Skip to content

Commit 34ffccf

Browse files
authored
Update reader.py
Signed-off-by: NAKANISHI Kiyomaro <kiyomaro092@gmail.com>
1 parent ec32aab commit 34ffccf

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

reader/reader.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111

1212
import os
1313
import shutil
14-
import sys
1514
import time
1615
import csv
1716

@@ -226,7 +225,8 @@ def main():
226225
# Will request the sender to wait 0ms between consecutive frame.
227226
# 0-127ms or 100-900ns with values from 0xF1-0xF9.
228227
'stmin': 0,
229-
# Request the sender to send all consecutives frames without waiting a new flow control message.
228+
# Request the sender to send all consecutives frames
229+
# without waiting a new flow control message.
230230
'blocksize': 0,
231231
# Number of wait frame allowed before triggering an error.
232232
'wftmax': 0,
@@ -336,4 +336,4 @@ def main():
336336

337337

338338
if __name__ == "__main__":
339-
main()
339+
main()

0 commit comments

Comments
 (0)