Browse Source

friday sync

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

+ 0
- 1
octodns/provider/fastdns.py View File

@ -235,7 +235,6 @@ class AkamaiProvider(BaseProvider):
# self._test(zone)
values = defaultdict(lambda: defaultdict(list))
for record in self.zone_records(zone):
_type =record.get('type')
_name = record.get('name')


Loading…
Cancel
Save