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:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user