Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
ercdndrs committed Jul 9, 2021

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent bae1e80 commit c533058
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion automaxlair/da_controller.py
Original file line number Diff line number Diff line change
@@ -501,7 +501,7 @@ def identify_pokemon(
if types != '':
for i, type_name_dict in enumerate(pokemon.types):
string_to_match += type_name_dict.get(
self.lang, self.type_ids[i])
self.lang, pokemon.type_ids[i])
if moves != '':
for move in pokemon.moves:
string_to_match += move.names.get(self.lang, move.name_id)

0 comments on commit c533058

Please sign in to comment.