diff --git a/lib/handlers.js b/lib/handlers.js index 6233a21..2a849e7 100644 --- a/lib/handlers.js +++ b/lib/handlers.js @@ -11,6 +11,8 @@ var HELP_RESPONSE = ['You can ask Couch Potato about the movies in your queue or var config = require('dotenv').config(); var cp = new CouchPotato({ url: config.CP_URL, + apikey: config.CP_API_KEY, + debug:true }); function handleLaunchIntent(req, resp) {