Skip to content
This repository has been archived by the owner on Jun 14, 2024. It is now read-only.

Commit

Permalink
use PogoPvpData gender specific evolutions feature
Browse files Browse the repository at this point in the history
  • Loading branch information
crhbetz committed May 20, 2021
1 parent 7e4f816 commit cbfcaaa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion PogoPvpData
3 changes: 2 additions & 1 deletion poraclePvpHelper.py
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,8 @@ def poraclePvpHelper(self):
content["individual_attack"],
content["individual_defense"],
content["individual_stamina"],
content["pokemon_level"])
content["pokemon_level"],
content["gender"])
except Exception as e:
self.logger.warning("Failed processing mon #{}-{}. Skipping. Error: {}",
content["pokemon_id"], form, e)
Expand Down

0 comments on commit cbfcaaa

Please sign in to comment.