From 2a6af8566dd5c3e6303d6db7d6efd7aecddadd2b Mon Sep 17 00:00:00 2001 From: Jason Michalski Date: Sun, 2 Dec 2007 21:27:25 -0600 Subject: [PATCH] Changed 'height_br' to 'height' --- config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.py b/config.py index 384a225..92dbf3a 100644 --- a/config.py +++ b/config.py @@ -124,7 +124,7 @@ def nearestTivoWidth(width): def getTivoHeight(tsn): if tsn and config.has_section('_tivo_' + tsn): try: - height = int(config.get('_tivo_' + tsn, 'height_br')) + height = int(config.get('_tivo_' + tsn, 'height')) return nearest(height, getValidHeights()) except NoOptionError: pass -- 2.11.4.GIT