Browse Source

fixed typo

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

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

@ -97,9 +97,9 @@ class AkamaiProvider(BaseProvider):
result = self._dns_client.getZone(zone_name)
print "\n\n"
print json.dumps(result, indent=4, separators=(',', ': '))
print "\n\n"
print ("\n\n")
print (json.dumps(result, indent=4, separators=(',', ': ')))
print ("\n\n")
return


Loading…
Cancel
Save