From 34c2cbd46c7650bf83a51cb6fd55ab854519a60a Mon Sep 17 00:00:00 2001 From: sharepointalex Date: Thu, 27 Oct 2016 12:44:31 +0100 Subject: [PATCH] Added API key back in Looks like I deleted the apikey parameter in the last commit - also turned on debug mode. --- lib/handlers.js | 2 ++ 1 file changed, 2 insertions(+) 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) {