Changeset 5ffa4f7
- Timestamp:
- 2012-07-20T22:18:08Z (12 years ago)
- Branches:
- master
- Children:
- 809cd37
- Parents:
- 7d2ce9a (diff), 1a0b734 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
protocols/skype/skyped.py
r7d2ce9a r5ffa4f7 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.