jxmorris12 / PokemonGo-Finder

Live visualization of all the pokemon in your area... and more!
GNU General Public License v3.0
171 stars 43 forks source link

Only notify once for each pokemon found #4

Closed coolius closed 8 years ago

coolius commented 8 years ago

Should stop multiple notifications for the same pokemon

jxmorris12 commented 8 years ago

thanks, needed this!

Bassir commented 8 years ago

After all spawn points have been exhausted, this implementation does not notify you any longer, even if something you are interested in pops up.

coolius commented 8 years ago

I don't understand what you mean by "after all the spawn points have been exhausted"?

Pokemon are deleted from the dictionary when they are cleared so a new pokemon will always create a new entry won't it?

padenshorey commented 8 years ago

I get a similar issue but it's not caused by this pull. Eventually, the visible list will stop populating for some reason... still trying to figure it out but testing is hard as I have to wait 15-25 minutes before it starts acting this way after running the code.

Bassir commented 8 years ago

@padenshorey Maybe that's the issue. It stops populating. I thought it was related to this pull, but I'm still unsure.