Browse Source

E125 fix

pull/360/head
Rhosyn Celyn 7 years ago
parent
commit
2b6d86fb4f
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      octodns/provider/mythicbeasts.py

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

@ -110,7 +110,7 @@ class MythicBeastsProvider(BaseProvider):
values = []
for raw_value in \
[raw_values['value'] for raw_values in data['raw_values']]:
[raw_values['value'] for raw_values in data['raw_values']]:
match = re.match('^([0-9]+)\\s+(\\S+)$', raw_value, re.IGNORECASE)
if match is not None:


Loading…
Cancel
Save