Changeset 140ffc8


Ignore:
Timestamp:
2008-04-30T22:07:15Z (16 years ago)
Author:
Miklos Vajna <vmiklos@…>
Branches:
master
Children:
4c340e9
Parents:
80dfdce
Message:

and same for receive: catch any error

File:
1 edited

Legend:

Unmodified
Added
Removed
  • skype/skyped.py

    r80dfdce r140ffc8  
    5858                try:
    5959                        input = fd.recv(1024)
    60                 except SSL.SysCallError:
     60                except Exception, s:
     61                        dprint("Warning, receiving 1024 bytes failed (%s)." % s)
    6162                        return True
    6263                for i in input.split("\n"):
Note: See TracChangeset for help on using the changeset viewer.