Skip to content

Commit

Permalink
Merge pull request #5988 from walaoaaa1234/bulktransfer
Browse files Browse the repository at this point in the history
Bulktransfer Fix
  • Loading branch information
pogarek authored Mar 31, 2017
2 parents 34d0ff4 + 437c2bd commit 9fe31b7
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

1 comment on commit 9fe31b7

@Jcolomar
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

for me doesnt work.... not release pokemon with bag is 245/250 like before

Please sign in to comment.