From c89cc6f801c9cc7040994b76b794412f3cd30a30 Mon Sep 17 00:00:00 2001 From: Andreas Monzner Date: Fri, 1 Jun 2007 08:24:12 +0000 Subject: fix symbolrate limits.. change parameter --scan_stepsize and --scan_bands to --scan-stepsize and --scan-bands --- lib/python/Components/NimManager.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/python/Components') diff --git a/lib/python/Components/NimManager.py b/lib/python/Components/NimManager.py index bf873b88..e5c56424 100644 --- a/lib/python/Components/NimManager.py +++ b/lib/python/Components/NimManager.py @@ -905,8 +905,8 @@ def InitNimManager(nimmgr): nim.cable.scan_mod_qam256 = ConfigYesNo(default = True) nim.cable.scan_sr_6900 = ConfigYesNo(default = True) nim.cable.scan_sr_6875 = ConfigYesNo(default = True) - nim.cable.scan_sr_ext1 = ConfigInteger(default = 0, limits = (0, 15000)) - nim.cable.scan_sr_ext2 = ConfigInteger(default = 0, limits = (0, 15000)) + nim.cable.scan_sr_ext1 = ConfigInteger(default = 0, limits = (0, 7230)) + nim.cable.scan_sr_ext2 = ConfigInteger(default = 0, limits = (0, 7230)) elif slot.isCompatible("DVB-T"): nim.configMode = ConfigSelection( choices = { -- cgit v1.2.3