Browse Source

fixed typo

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

+ 3
- 2
octodns/provider/fastdns.py View File

@ -59,10 +59,11 @@ class AkamaiProvider(BaseProvider):
credFile.close()
def populate(self, zone, target=False, lenient=False):
self.log.debug('populate: name=%s, target=%s, lenient=%s', zone.name,
target, lenient)
self.log.debug('populate: name=%s, target=%s, lenient=%s', zone.name, target, lenient)
print ("populate(%s)", zone.name)
return

Loading…
Cancel
Save