diff --git a/pokemongo_bot/cell_workers/incubate_eggs.py b/pokemongo_bot/cell_workers/incubate_eggs.py index 9ec65c41de..b8ef560bbb 100644 --- a/pokemongo_bot/cell_workers/incubate_eggs.py +++ b/pokemongo_bot/cell_workers/incubate_eggs.py @@ -31,7 +31,7 @@ def work(self): if km_left <= 0: self._hatch_eggs() else: - logger.log('[x] Next egg incubates in {:.2f} km'.format(km_left),'yellow') + logger.log('[x] Current egg hatches in {:.2f} km'.format(km_left),'yellow') IncubateEggs.last_km_walked = self.km_walked sorting = self.longer_eggs_first