We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec32aab commit 34ffccfCopy full SHA for 34ffccf
reader/reader.py
@@ -11,7 +11,6 @@
11
12
import os
13
import shutil
14
-import sys
15
import time
16
import csv
17
@@ -226,7 +225,8 @@ def main():
226
225
# Will request the sender to wait 0ms between consecutive frame.
227
# 0-127ms or 100-900ns with values from 0xF1-0xF9.
228
'stmin': 0,
229
- # Request the sender to send all consecutives frames without waiting a new flow control message.
+ # Request the sender to send all consecutives frames
+ # without waiting a new flow control message.
230
'blocksize': 0,
231
# Number of wait frame allowed before triggering an error.
232
'wftmax': 0,
@@ -336,4 +336,4 @@ def main():
336
337
338
if __name__ == "__main__":
339
- main()
+ main()
0 commit comments