remove config from repo

This commit is contained in:
Chris Ham
2018-10-01 11:42:50 -07:00
parent 2cf3dbe431
commit e3d9ce1f62
4 changed files with 6 additions and 59 deletions

View File

@@ -24,6 +24,7 @@ let state = {
"commercialPlaying": false
};
// Main screen turn on
const obs = new GHOBS(config);
obs.init()
.then(() => {return twitchInit(config.twitch)})