From d4867c4268c90408e3db49c1f92deaa68a8869d1 Mon Sep 17 00:00:00 2001 From: Basir Jamil Date: Thu, 6 Jun 2019 14:40:41 -0400 Subject: [PATCH] fixed typo in authernticate --- octodns/provider/fastdns.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/octodns/provider/fastdns.py b/octodns/provider/fastdns.py index 597c68a..94c049e 100644 --- a/octodns/provider/fastdns.py +++ b/octodns/provider/fastdns.py @@ -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"