From fad75e0c791996ac6773bc49a4b78a0536f4ae9c Mon Sep 17 00:00:00 2001 From: rembo10 Date: Wed, 14 Mar 2012 02:49:43 +0000 Subject: [PATCH] Fixed missing hppass variable in webserve.py --- headphones/webserve.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/headphones/webserve.py b/headphones/webserve.py index 561bf15d..d84d7bb4 100644 --- a/headphones/webserve.py +++ b/headphones/webserve.py @@ -471,7 +471,7 @@ class WebInterface(object): headphones.CUSTOMPORT = customport headphones.CUSTOMSLEEP = customsleep headphones.HPUSER = hpuser - headphones.HPPASS + headphones.HPPASS = hppass headphones.config_write()