- Timestamp:
- 2012-07-20T20:32:53Z (12 years ago)
- Branches:
- master
- Children:
- 5ffa4f7
- Parents:
- 7d2ce9a
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
protocols/skype/skyped.py
r7d2ce9a r1a0b734 120 120 c = skype.skype.Command("PING", Block=True) 121 121 skype.skype.SendCommand(c) 122 except Skype4Py.SkypeAPIError, s:122 except (Skype4Py.SkypeAPIError, AttributeError), s: 123 123 dprint("Warning, pinging Skype failed (%s)." % (s)) 124 time.sleep(1) 124 125 return True 125 126
Note: See TracChangeset
for help on using the changeset viewer.