can someone help me with automatically accepting a friend request with Skype4Py? Right now I'm using
def UserAuthorizationRequestReceived(user):
user.IsAuthorized = true
and
skype.UserAuthorizationRequestReceived = UserAuthorizationRequestReceived
But it doesn't seem to be working Thanks!
(Documentation: http://skype4py.sourceforge.net/doc/html/)