Browse Source

fixed typo

pull/379/head
Basir Jamil 7 years ago
parent
commit
b385b1ddb5
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 AkamaiClient(object):
def getZone(self, name): def getZone(self, name):
path = urljoin(self.base, name) path = urljoin(self.base, name)
result = self.sess.get(path)
result = self._sess.get(path)
return result.json() return result.json()


Loading…
Cancel
Save