fixed call to auth fxn

This commit is contained in:
Basir Jamil
2019-06-06 14:49:58 -04:00
parent d4867c4268
commit f219153088
+1 -1
View File
@@ -39,7 +39,7 @@ class AkamaiProvider(BaseProvider):
self.log.debug('__init__: id=%s, ')
super(AkamaiProvider, self).__init__(id, *args, **kwargs)
self._authenticate(self, client_secret, host, access_token, client_token)
self._authenticate(client_secret, host, access_token, client_token)
def _authenticate(self, client_secret, host, access_token, client_token):