mirror of
https://github.com/veekun/pokedex.git
synced 2024-08-20 18:16:34 +00:00
Removed ProseColumn and TextColumn. Huzzah.
This commit is contained in:
parent
68e14e663e
commit
8ad84e4032
4 changed files with 298 additions and 298 deletions
pokedex
|
@ -225,7 +225,7 @@ class PokedexLookup(object):
|
|||
# Some things also have other languages' names
|
||||
# XXX other language form names..?
|
||||
seen = set()
|
||||
for language, name in getattr(row, 'names', []).items():
|
||||
for language, name in getattr(row, 'name_map', {}).items():
|
||||
if name in seen:
|
||||
# Don't add the name again as a different
|
||||
# language; no point and it makes spell results
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue