- Timestamp:
- 2008-04-30T22:07:15Z (17 years ago)
- Branches:
- master
- Children:
- 4c340e9
- Parents:
- 80dfdce
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
skype/skyped.py
r80dfdce r140ffc8 58 58 try: 59 59 input = fd.recv(1024) 60 except SSL.SysCallError: 60 except Exception, s: 61 dprint("Warning, receiving 1024 bytes failed (%s)." % s) 61 62 return True 62 63 for i in input.split("\n"):
Note: See TracChangeset
for help on using the changeset viewer.