From b3a51431de65f65e35446b081a88bf1b80cdde96 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Mon, 15 Sep 2014 02:15:54 -0400 Subject: don't break if we get an ssh connection before a termcast connection --- ssh.py | 1 + 1 file changed, 1 insertion(+) (limited to 'ssh.py') diff --git a/ssh.py b/ssh.py index c320aa2..0758d49 100644 --- a/ssh.py +++ b/ssh.py @@ -19,6 +19,7 @@ class Connection(object): self.connection_id = connection_id self.publisher = publisher self.initialized = False + self.watching_id = None def run(self): self.transport.start_server(server=Server()) -- cgit v1.2.3-54-g00ecf