aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ssh.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/ssh.py b/ssh.py
index e191438..92a5cb7 100644
--- a/ssh.py
+++ b/ssh.py
@@ -27,6 +27,7 @@ class Connection(object):
while True:
self.initialized = False
+ self.watching_id = None
self.watching_id = self.select_stream()
if self.watching_id is None: