Skip to content

Commit

Permalink
change color for both update live stats and inventory (#4230)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexyaoyang authored and BreezeRo committed Aug 19, 2016
1 parent 7765abc commit 28fa309
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pokemongo_bot/event_handlers/colored_logging_handler.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,8 @@ class ColoredLoggingHandler(EventHandler):
'unknown_spin_result': 'red',
'unset_pokemon_nickname': 'red',
'vip_pokemon': 'red',
'log_stats': 'magenta',
'show_inventory': 'magenta',

# event names for 'white' still here to remember that these events are already determined its color.
'arrived_at_cluster': 'white',
Expand Down

0 comments on commit 28fa309

Please sign in to comment.