mirror of
https://github.com/github/octodns.git
synced 2024-05-11 05:55:00 +00:00
fixed typo
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user