From 7a743c66de4912c131cdb41e41d101aee1413b4d Mon Sep 17 00:00:00 2001 From: theconcierge2020 <65483817+theconcierge2020@users.noreply.github.com> Date: Wed, 21 Oct 2020 15:39:38 +0200 Subject: [PATCH] Remove trailing comma Hi guys, while trying to load your latest version with python's json module, I got the following error: "JSONDecodeError: Expecting value: line 7193 column 7". If you remove only this one trailing comma, it works like a charm. Hope this change would be okay for. Thanks in advance & greetings --- src/technologies.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/technologies.json b/src/technologies.json index 56ed1e95b..9175a7d76 100644 --- a/src/technologies.json +++ b/src/technologies.json @@ -7189,7 +7189,7 @@ "Klarna Checkout": { "cats": [ 41, - 6, + 6 ], "description": "Klarna Checkout is a complete payment solution where Klarna handles a store's entire checkout.", "icon": "Klarna.svg",