Browse Source

NS1 geo records will always use 'answers'

pull/433/head
Ross McFarland 6 years ago
parent
commit
95f5111487
No known key found for this signature in database GPG Key ID: 61C10C4FC8FE4A89
1 changed files with 0 additions and 2 deletions
  1. +0
    -2
      octodns/provider/ns1.py

+ 0
- 2
octodns/provider/ns1.py View File

@ -256,8 +256,6 @@ class Ns1Provider(BaseProvider):
'type': _type,
}
values, codes = [], []
if 'answers' not in record:
values = record['short_answers']
for answer in record.get('answers', []):
meta = answer.get('meta', {})
if meta:


Loading…
Cancel
Save