From 09f1bd5167b21ad55ecf0a8ce7afb64ee0cd9ced Mon Sep 17 00:00:00 2001 From: Martin Thielecke Date: Sat, 9 May 2020 22:42:26 +0200 Subject: [PATCH] remove needless comma --- settings.yml.dist | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/settings.yml.dist b/settings.yml.dist index fedafb7..aa71f8d 100644 --- a/settings.yml.dist +++ b/settings.yml.dist @@ -2,4 +2,4 @@ client_id: "your twitch client id" client_secret: "your twitch client secret" verification_token: "a random string!" webserver_port: 8080 -redirect_url: "http://localhost:8080/callback", +redirect_url: "http://localhost:8080/callback"