-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
MoveToMap using log.logger instead of self.logger #3366
Comments
Waiting on PR |
@k4n30 Did this merge go through? |
@mjmadsen no it was closed by @solderzzc as the PR was severly outdated and not update by the OP |
@sandbochs is this still an issue? |
@k4n30 I'm assuming this is dead. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Expected Behavior
https://github.com/PokemonGoF/PokemonGo-Bot/blob/master/pokemongo_bot/cell_workers/move_to_map_pokemon.py#L177
Should be using
self.logger
Actual Behavior
It uses a non existent
log.logger
(not even the deprecatedlogger.log
)The text was updated successfully, but these errors were encountered: