Fixed missing hppass variable in webserve.py

This commit is contained in:
rembo10
2012-03-14 02:49:43 +00:00
parent 1e11a4aa53
commit fad75e0c79

View File

@@ -471,7 +471,7 @@ class WebInterface(object):
headphones.CUSTOMPORT = customport
headphones.CUSTOMSLEEP = customsleep
headphones.HPUSER = hpuser
headphones.HPPASS
headphones.HPPASS = hppass
headphones.config_write()