From 3882725d66428de3db59764a718d565ce6404510 Mon Sep 17 00:00:00 2001 From: Daniel Date: Thu, 2 Feb 2017 23:22:23 +0000 Subject: [PATCH] Fixed JSON --- settings.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/settings.conf b/settings.conf index 84712fc..09368af 100644 --- a/settings.conf +++ b/settings.conf @@ -10,6 +10,6 @@ "ALLOWED_NETWORKS": [], "BANNED_IPS": [], "BANLIMIT": 0, - "EXTENSIONS": ["yaml", 'conf'], + "EXTENSIONS": ["yaml", "conf"], "EXCLUDE_DIRS": ["/deps", "/.git"] } \ No newline at end of file