jekirl/poketrainer

Request: Display info, stats, inventory also when closing bot (CTRL-C)

obmit2 opened this issue · 2 comments

Display the stats of the account at close like it is done at startup:

[poketrainer] [ INFO] Player Info: XYZ, Currencies: POKECOIN: NA,STARDUST: 123456, Pokemon Caught in this run: 24, forts spun: 24
[poketrainer] [ INFO] Player Stats: Level: 32, XP: 3445345/3750000, Runtime (h): 0.34, XP/h: 21259.0, Pokedex: 132, km walked: 56.70
[poketrainer] [ INFO] Player Inventory: PokeBalls: 24, GreatBalls: 10, UltraBalls: 24, MasterBalls: 0
Potion: 1, Super Potion: 1, Max Potion 24, Hyper Potion 7, Lucky Eggs 3, Razz Berries 69

this was a very small addition, check out the latest dev-branch and report back / close if applicable

Great, thanks a ton!