Skip to content

Commit

Permalink
to fix the exception.
Browse files Browse the repository at this point in the history
  • Loading branch information
solderzzc authored and MFizz committed Jul 29, 2016
1 parent e8c3a22 commit 8336a2e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions pokemongo_bot/cell_workers/pokemon_catch_worker.py
Original file line number Diff line number Diff line change
Expand Up @@ -174,10 +174,9 @@ def work(self):

id_list2 = self.count_pokemon_inventory()

logger.log('Captured {}! [CP {}] [{}]'.format(
logger.log('Captured {}! [CP {}] '.format(
pokemon_name,
cp,
iv_display
cp
), 'blue')

if self.config.evolve_captured:
Expand Down

0 comments on commit 8336a2e

Please sign in to comment.