remove needless comma

This commit is contained in:
Martin Thielecke 2020-05-09 22:42:26 +02:00
parent 27e17bd82e
commit 09f1bd5167
Signed by: mthie
GPG Key ID: D1D25A85C8604DFB

View File

@ -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"