X-Git-Url: http://git.veekun.com/zzz-pokedex.git/blobdiff_plain/bd70b19c7408e29a74a15e1288db1821f58cf777..2cce2d788fa579f2b56ad94e42111aedc9225132:/pokedex/lookup.py diff --git a/pokedex/lookup.py b/pokedex/lookup.py index 51bbc4e..09c0a22 100644 --- a/pokedex/lookup.py +++ b/pokedex/lookup.py @@ -53,7 +53,7 @@ def open_index(directory=None, session=None, recreate=False): # Defaults if not directory: directory = pkg_resources.resource_filename('pokedex', - 'data/whoosh_index') + 'data/whoosh-index') if not session: session = connect()