queuestatus.py | 67 def _fetch_last_message_matching(self, queue, bot_id, message): member in class:QueueStatus 104 "last_pass": self._fetch_last_message_matching(queue, bot_id, "Pass"), 105 "last_boot": self._fetch_last_message_matching(queue, bot_id, "Starting Queue"),
|