mirror of
https://github.com/github/octodns.git
synced 2024-05-11 05:55:00 +00:00
fixed typo
This commit is contained in:
@@ -39,7 +39,7 @@ class AkamaiClient(object):
|
||||
|
||||
def getZone(self, name):
|
||||
path = urljoin(self.base, name)
|
||||
result = self.sess.get(path)
|
||||
result = self._sess.get(path)
|
||||
return result.json()
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user