From dfe43b78d11e22d68017b82a032ff8b3a21d639c Mon Sep 17 00:00:00 2001 From: redvers76 Date: Tue, 30 Aug 2011 21:44:38 +0200 Subject: [PATCH] Edited headphones/webserve.py via GitHub --- headphones/webserve.py | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/headphones/webserve.py b/headphones/webserve.py index bb4984f7..b59550bc 100644 --- a/headphones/webserve.py +++ b/headphones/webserve.py @@ -311,9 +311,9 @@ class WebInterface(object): "http_port" : headphones.HTTP_PORT, "http_pass" : headphones.HTTP_PASSWORD, "launch_browser" : checked(headphones.LAUNCH_BROWSER), - "download_scan_interval" : headphones.DOWNLOAD_SCAN_INTERVAL, - "nzb_search_interval" : headphones.NZB_SEARCH_INTERVAL, - "libraryscan_interval" : headphones.LIBRARYSCAN_INTERVAL, + "download_scan_interval" : headphones.DOWNLOAD_SCAN_INTERVAL, + "nzb_search_interval" : headphones.NZB_SEARCH_INTERVAL, + "libraryscan_interval" : headphones.LIBRARYSCAN_INTERVAL, "sab_host" : headphones.SAB_HOST, "sab_user" : headphones.SAB_USERNAME, "sab_api" : headphones.SAB_APIKEY, @@ -381,9 +381,9 @@ class WebInterface(object): headphones.HTTP_USERNAME = http_username headphones.HTTP_PASSWORD = http_password headphones.LAUNCH_BROWSER = launch_browser - headphones.DOWNLOAD_SCAN_INTERVAL = download_scan_interval - headphones.NZB_SEARCH_INTERVAL = nzb_search_interval - headphones.LIBRARYSCAN_INTERVAL = libraryscan_interval + headphones.DOWNLOAD_SCAN_INTERVAL = download_scan_interval + headphones.NZB_SEARCH_INTERVAL = nzb_search_interval + headphones.LIBRARYSCAN_INTERVAL = libraryscan_interval headphones.SAB_HOST = sab_host headphones.SAB_USERNAME = sab_username headphones.SAB_PASSWORD = sab_password