From 5c6ec3984c2b456b10d4504a75908874fc4af00f Mon Sep 17 00:00:00 2001 From: Emmanuel Vuigner Date: Sat, 15 Feb 2014 01:59:45 +0000 Subject: [PATCH] change songkick API Key --- headphones/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/headphones/__init__.py b/headphones/__init__.py index a2178e60..d0a5aa82 100644 --- a/headphones/__init__.py +++ b/headphones/__init__.py @@ -245,7 +245,7 @@ CUSTOMPORT = None CUSTOMSLEEP = None HPUSER = None HPPASS = None -SONGKICK_APIKEY = "vDtvjogcJwz6gi6J" +SONGKICK_APIKEY = "nd1We7dFW2RqxPw8" CACHE_SIZEMB = 32 JOURNAL_MODE = None