Changeset 2eb4b1f for skype/skyped.py


Ignore:
Timestamp:
2008-02-29T00:34:31Z (17 years ago)
Author:
Miklos Vajna <vmiklos@…>
Branches:
master
Children:
239b036
Parents:
9db0234
Message:

add support for account set -del skype/call
to finish an outgoing call

File:
1 edited

Legend:

Unmodified
Added
Removed
  • skype/skyped.py

    r9db0234 r2eb4b1f  
    5656                options.buf = None
    5757        else:
    58                 input = fd.recv(1024)
     58                try:
     59                        input = fd.recv(1024)
     60                except SysCallError:
     61                        return True
    5962                for i in input.split("\n"):
    6063                        skype.send(i.strip())
Note: See TracChangeset for help on using the changeset viewer.