PokemonGo-Bot
PokemonGo-Bot copied to clipboard
Applied item and use incense
The use incense task doesn't work correctly. In my cas incense is never applied. Looking at the code it seems:
- _have_applied_incense logic is inverted
- call is not made to the function but to its declaration on _should_work (parenthesis missing)
But more than that the call to applied item is always empty! (incense applied or not - or whatever else) Look for: inventory.applied_items().all()
issue not fixed yet :(