This website works better with JavaScript.
Home
Explore
Help
Sign In
RuhNetConsulting
/
octodns
mirror of
https://github.com/octodns/octodns
Watch
1
Star
0
Fork
0
Code
Issues
0
Projects
0
Releases
52
Wiki
Activity
Browse Source
NS1 geo records will always use 'answers'
pull/433/head
Ross McFarland
6 years ago
parent
f91cac3ef4
commit
95f5111487
No known key found for this signature in database
GPG Key ID:
61C10C4FC8FE4A89
1 changed files
with
0 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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
:
Write
Preview
Loading…
Cancel
Save