From a16086db3c64251b79bd2182a5531716e7411c08 Mon Sep 17 00:00:00 2001 From: Kartikeya99 Date: Wed, 6 Jun 2018 00:04:19 +0530 Subject: [PATCH] Typo at line 7 The config file couldn't work correctly due to the wrong placement of the single quote. --- config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.json b/config.json index d3e9145..95c70f6 100644 --- a/config.json +++ b/config.json @@ -4,4 +4,4 @@ config = '[{ "client_id":"[YOUR_TOKEN_HERE]", "slowdown_import": 100, "slowdown_export": 100 -}'] +}]'