From 2b6d86fb4f3281d52b117efa873a28f146411a97 Mon Sep 17 00:00:00 2001 From: Rhosyn Celyn Date: Thu, 9 May 2019 21:47:17 +0100 Subject: [PATCH] E125 fix --- octodns/provider/mythicbeasts.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/octodns/provider/mythicbeasts.py b/octodns/provider/mythicbeasts.py index 17ec574..dd11573 100644 --- a/octodns/provider/mythicbeasts.py +++ b/octodns/provider/mythicbeasts.py @@ -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: