From ea8b1815f633821944c304f40f26afe872f365eb Mon Sep 17 00:00:00 2001 From: Kane Wallmann Date: Wed, 30 Apr 2014 20:18:48 +1000 Subject: [PATCH] Fixed tab indent to match file --- headphones/webserve.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/headphones/webserve.py b/headphones/webserve.py index 8f293ee1..625a7b76 100644 --- a/headphones/webserve.py +++ b/headphones/webserve.py @@ -1086,7 +1086,7 @@ class WebInterface(object): "cache_sizemb": headphones.CACHE_SIZEMB, "file_permissions": headphones.FILE_PERMISSIONS, "folder_permissions": headphones.FOLDER_PERMISSIONS, - "mpc_enabled": checked(headphones.MPC_ENABLED) + "mpc_enabled": checked(headphones.MPC_ENABLED) } # Need to convert EXTRAS to a dictionary we can pass to the config: it'll come in as a string like 2,5,6,8