1
0
mirror of https://github.com/github/octodns.git synced 2024-05-11 05:55:00 +00:00

fixed call to auth fxn

This commit is contained in:
Basir Jamil
2019-06-06 14:49:58 -04:00
parent d4867c4268
commit f219153088

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):