Browse Source

fixed call to auth fxn

pull/379/head
Basir Jamil 7 years ago
parent
commit
f219153088
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      octodns/provider/fastdns.py

+ 1
- 1
octodns/provider/fastdns.py 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):


Loading…
Cancel
Save