From 54d5b0e1fcca3f6a3e5318d5d662a24de4cb2a30 Mon Sep 17 00:00:00 2001 From: Scott Petersen Date: Wed, 16 Oct 2013 13:23:42 -0700 Subject: [PATCH] Formatting. --- sslterm.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sslterm.py b/sslterm.py index 01777f2..bc37392 100755 --- a/sslterm.py +++ b/sslterm.py @@ -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)