mirror of
https://github.com/github/octodns.git
synced 2024-05-11 05:55:00 +00:00
fixed typo
This commit is contained in:
@@ -90,13 +90,14 @@ class AkamaiProvider(BaseProvider):
|
||||
self.log.debug('populate: name=%s, target=%s, lenient=%s', zone.name, target, lenient)
|
||||
|
||||
print ("populate()", zone.name)
|
||||
|
||||
|
||||
result = self._dns_client.getZone()
|
||||
result = self._dns_client.getZone(zone.name)
|
||||
|
||||
print(result)
|
||||
|
||||
return
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user