Skip to content

Commit

Permalink
Merge pull request #5474 from PokemonGoF/dev
Browse files Browse the repository at this point in the history
Dev merge to master
  • Loading branch information
solderzzc authored Sep 16, 2016
2 parents ce7a7ec + ca4a3da commit a8ee312
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pokemongo_bot/cell_workers/transfer_pokemon.py
Original file line number Diff line number Diff line change
Expand Up @@ -335,4 +335,4 @@ def _validate_keep_best_config(self, pokemon_name):
if keep_best_cp == 0 and keep_best_iv == 0 and keep_best_ivcp == 0:
keep_best = False

return keep_best, keep_best_cp, keep_best_iv, keep_best_ivcp
return keep_best, keep_best_cp, keep_best_iv, keep_best_ivcp

0 comments on commit a8ee312

Please sign in to comment.