1
0
mirror of https://github.com/github/octodns.git synced 2024-05-11 05:55:00 +00:00
This commit is contained in:
Rhosyn Celyn
2019-05-09 21:47:17 +01:00
parent 47f76d1535
commit 2b6d86fb4f

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: