def on_status(self, status): if status.in_reply_to_user_id == myid: log.debug("[ Stream ] ???????") self.queue.put(status) else: pass