Marcel Hofer
Marcel Hofer
I had this included in #2509 initially because I thought ECDSA would be merged first. Then removed it so #2509 could be merged. However my changes are still ready here:...
Check out the `PREDEFINED_PATH` option available in the dev branch, it should offer exactly what you want. For example you can set: ``` "PREDEFINED_PATH": [ "38.xxx, -121.xxx", "38.xxx, -121.xxx", "38.xxx,...
do those messages appear for more than 5 seconds? does it find some first and before those messages start appearing?
when i made pull request #110 (which got merged out again for now) and #125 i made sure to make the new config options optional, so we could just provide...
How about something like this: pokecli.py: ``` from jsonmerge import merge [..] loaded = [merge(load['defaults'], load['accounts'][i]) for i in config.accounts] ``` not sure if it works, but this way we...
@MePsyDuck that's wrong, those are only for the transferring / releasing. it will not prevent catching them.
the other methods are still up, just not in the config example
There was no discussion yet, it's good you bring it up. It may be the new _Hotness™_, but when first merged in there were still some issues. It's working quite...
I've quickly updated the readme to reflect the current changes
@HibikiFox this is wrong unfortunately it will check like follows pokeball -> greatball -> ultraball: - check if probability to catch with current ball is above setting - if yes,...