mirror of
https://github.com/github/octodns.git
synced 2024-05-11 05:55:00 +00:00
E125 fix
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user