From f0d314771c69114f81f02482d01d0d0552d1da36 Mon Sep 17 00:00:00 2001 From: Harald Bosch <39829111+boschhd@users.noreply.github.com> Date: Fri, 13 Dec 2019 11:33:37 +0100 Subject: [PATCH] Remove an extra space in data.json Fix #447 Remove an extra space in data.json which causes a KeyError --- data.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/data.json b/data.json index 0df78861..b888931f 100644 --- a/data.json +++ b/data.json @@ -2122,7 +2122,7 @@ }, "babyRU": { "errorMsg": "Упс, страница, которую вы искали, не существует", - " errorType": "message", + "errorType": "message", "rank": 9328, "url": "https://www.baby.ru/u/{}/", "urlMain": "https://www.baby.ru/", @@ -2178,4 +2178,4 @@ "username_claimed": "adam", "username_unclaimed": "noonewouldeverusethis7" } -} \ No newline at end of file +}