Browse Source

fixed typo in authernticate

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

+ 1
- 1
octodns/provider/fastdns.py View File

@ -42,7 +42,7 @@ class AkamaiProvider(BaseProvider):
self._authenticate(self, client_secret, host, access_token, client_token)
def _authenticate(self, client_secret, host, access_token, client_token)
def _authenticate(self, client_secret, host, access_token, client_token):
# ## generate edgegrid
# section_name = "dns"


Loading…
Cancel
Save