I have this functions:
def crypting(self, client, access_token, client_id, client_secret, oauth_scope, redirect_uri):
The error in title is in this function:
FCU.crypting(client = None, access_token = None, client_id, client_secret, oauth_scope, redirect_uri)
Why? Thanks for the solution.