From 345bf622d98b09a5094569e384134d0034fe3aac Mon Sep 17 00:00:00 2001 From: Shuugo Date: Sun, 31 Mar 2019 12:55:30 +0200 Subject: [PATCH] Fix Syntax error Syntax error --- settings_example.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/settings_example.json b/settings_example.json index b284db3..9700d7b 100644 --- a/settings_example.json +++ b/settings_example.json @@ -1,10 +1,10 @@ { "MaxMessageCount": 300, - "TitleLength": 50, + "TitleLength": 50, "AdminPassword": "", "Bans": [], "StreamKey": "ALongStreamKey", - "ListenAddress": ":8089" + "ListenAddress": ":8089", "ApprovedEmotes": null, "Bans": [], "LogLevel": "debug",