def queue_next(self): self.cleanup_timeout() self._timeout = GObject.timeout_add_seconds( self.TIMEOUT_SECONDS, self.next_exhibit) return self._timeout