diff --git a/ovos_workshop/skills/common_play.py b/ovos_workshop/skills/common_play.py index 70a9da38..8ea9a7d2 100644 --- a/ovos_workshop/skills/common_play.py +++ b/ovos_workshop/skills/common_play.py @@ -504,8 +504,8 @@ def __handle_ocp_query(self, message: Message): found = True if self._stop_event.is_set(): break - else: # skip this skill, it doesn't handle this media type - LOG.debug(f"skipping {self.skill_id}, it does not support media type: {media_type}") + else: # skip this skill, it doesn't handle this media type + LOG.debug(f"skipping {self.skill_id}, it does not support media type: {media_type}") if not found: # Signal we are done (can't handle it)