def pause(self): _pandora.pause() self.paused = True
def pause(self): logging.info("pausing %s" % self) _pandora.pause() self.paused = True