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 9fa6abdd..e46d4ec3 100644
--- a/skype/skyped.py
+++ b/skype/skyped.py
@@ -140,7 +140,7 @@ class SkypeApi:
if options.conn:
try:
options.conn.send(e + "\n")
- except IOError, s:
+ except Exception, s:
dprint("Warning, sending '%s' failed (%s)." % (e, s))
def send(self, msg_text):