Enable debugging with last Skype4Py

With last Skype4Py Arek changed a bit the logging. To enable it now you need to put the following in your script:

import logging
logging.basicConfig(level=logging.DEBUG)

Leave a Reply