Browse Source

Remove TODO about value types, doesn't apply for now at least

pull/333/head
Ross McFarland 7 years ago
parent
commit
4db9d5cbf4
No known key found for this signature in database GPG Key ID: 61C10C4FC8FE4A89
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      octodns/provider/route53.py

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

@ -800,7 +800,6 @@ class Route53Provider(BaseProvider):
else: else:
# These are the pool value(s) # These are the pool value(s)
pool_name = rrset['SetIdentifier'][:-4] pool_name = rrset['SetIdentifier'][:-4]
# TODO: handle different value types
value = rrset['ResourceRecords'][0]['Value'] value = rrset['ResourceRecords'][0]['Value']
pools[pool_name]['values'].append({ pools[pool_name]['values'].append({
'value': value, 'value': value,


Loading…
Cancel
Save