Skip to content

Commit

Permalink
missed
Browse files Browse the repository at this point in the history
  • Loading branch information
walaoaaa1234 committed Mar 31, 2017
1 parent 70df546 commit 437c2bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pokemongo_bot/cell_workers/pokemon_optimizer.py
Original file line number Diff line number Diff line change
Expand Up @@ -688,7 +688,7 @@ def apply_optimization(self, transfer, evolve, upgrade, xp):
for pokemon in upgrade:
self.upgrade_pokemon(pokemon)

def transfer_pokemon(self, pokemon):
def transfer_pokemon(self, transfer):
pokemon_ids = []
for pokemon in transfer:
pokemon_ids.extend([pokemon.unique_id])
Expand Down

0 comments on commit 437c2bd

Please sign in to comment.