fix PEP8
This commit is contained in:
parent
b468476c9c
commit
972bf22e6d
8 changed files with 19 additions and 16 deletions
|
@ -29,7 +29,7 @@ try:
|
|||
r, w, e = select.select(fdset, [], fdset)
|
||||
if e:
|
||||
break
|
||||
|
||||
|
||||
for fd in r:
|
||||
line = fd.readline()
|
||||
sys.stdout.write(line)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue