diff options
Diffstat (limited to 'unscrambler.py')
| -rw-r--r-- | unscrambler.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/unscrambler.py b/unscrambler.py index 3ccddbb..d70db99 100644 --- a/unscrambler.py +++ b/unscrambler.py @@ -131,7 +131,7 @@ class Unscrambler(object): """Returns the current indexfile location.""" if indexfile is None: if 'unscrambler_default_indexfile' in config.config: - indexfile = config.config['unscramble_indexfile'] + indexfile = config.config['unscrambler_default_indexfile'] else: indexfile = "/usr/share/dict/sparse_index" else: |
