Browse Source

Formatting.

pyserial_fix
Scott Petersen 11 years ago
parent
commit
54d5b0e1fc
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      sslterm.py

+ 1
- 1
sslterm.py View File

@@ -30,8 +30,8 @@ def main():

while running:
ifh, ofh, efh = select.select([sys.stdin, dev._device], [], [], 0)
for h in ifh:

for h in ifh:
if h == sys.stdin:
data = h.read(1)



Loading…
Cancel
Save