Changeset 2a6af8566dd5c3e6303d6db7d6efd7aecddadd2b
- Timestamp:
- 12/02/07 21:27:25
(1 year ago)
- Author:
- Jason Michalski <armooo@armooo.net>
- git-committer:
- Jason Michalski <armooo@armooo.net> 1196652445 -0600
- git-parent:
[9ec1d54311c69f4b02c4be5ae177d306764c71f0]
- git-author:
- Jason Michalski <armooo@armooo.net> 1196652445 -0600
- Message:
Changed 'height_br' to 'height'
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r9ec1d54 |
r2a6af85 |
|
| 125 | 125 | if tsn and config.has_section('_tivo_' + tsn): |
|---|
| 126 | 126 | try: |
|---|
| 127 | | height = int(config.get('_tivo_' + tsn, 'height_br')) |
|---|
| | 127 | height = int(config.get('_tivo_' + tsn, 'height')) |
|---|
| 128 | 128 | return nearest(height, getValidHeights()) |
|---|
| 129 | 129 | except NoOptionError: |
|---|