You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
read your release rule in plain English and you will find out what is the problem.
Hint: Do you any Pokemon in your bag with cp < 1500 AND iv < 0.7 AND ivcp < 0 ?
Expected Behavior
release "any" with condition listed
Actual Behavior
skip
"release": {
"any": {"release_below_cp": 1500, "release_below_iv": 0.7, "release_below_ivcp": 0, "logic": "and"}
like it doesn't exist
Your FULL config.json (remove your username, password, gmapkey and any other private info)
"any": {"release_below_cp": 1500, "release_below_iv": 0.7, "release_below_ivcp": 0, "logic": "and"}
Output when issue occurred
no output at all
like it doesn't exist
Other Information
OS: Windows 10
Branch: master
Git Commit: fef7694
Python Version: 2.7.12
The text was updated successfully, but these errors were encountered: