Browse Source

Update octodns/provider/mythicbeasts.py

Seems fair to me! I think a lot of the suggestions you've mentioned are obvious ones that have been lost on me from being very confused trying to understand the available objects

Co-Authored-By: Ross McFarland <ross@github.com>
pull/360/head
cwningen 7 years ago
committed by GitHub
parent
commit
57b03971d8
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      octodns/provider/mythicbeasts.py

+ 1
- 1
octodns/provider/mythicbeasts.py View File

@ -339,7 +339,7 @@ class MythicBeastsProvider(BaseProvider):
base = '{} {} {} {}'.format(action, hostname, ttl, _type)
if re.match('[A]{1,4}', _type) is not None:
if _type in ('A', 'AAAA'):
for value in values:
commands.append('{} {}'.format(base, value))


Loading…
Cancel
Save