aboutsummaryrefslogtreecommitdiffstats
path: root/skype/skyped.py
diff options
context:
space:
mode:
Diffstat (limited to 'skype/skyped.py')
-rw-r--r--skype/skyped.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/skype/skyped.py b/skype/skyped.py
index e285642d..271450b7 100644
--- a/skype/skyped.py
+++ b/skype/skyped.py
@@ -57,7 +57,7 @@ def input_handler(fd, io_condition):
else:
try:
input = fd.recv(1024)
- except SysCallError:
+ except SSL.SysCallError:
return True
for i in input.split("\n"):
skype.send(i.strip())