def print_pause(self, **kwargs):
        pause_msg = '{} (Taking a break to avoid being blocked…)'
        return self.print_msg(pause_msg.format(self.count_msg()), **kwargs)