This commit is contained in:
Rhosyn Celyn
2019-05-09 21:47:17 +01:00
parent 47f76d1535
commit 2b6d86fb4f
+1 -1
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: