#2476 Fix string formatting

This commit is contained in:
Marek Wolan
2024-04-25 13:54:05 +01:00
parent e3f9162a77
commit 42ce264e73

View File

@@ -57,7 +57,7 @@ class EpisodeListScheduler(EpisodeScheduler):
if not self._exceeded_episode_list:
self._exceeded_episode_list = True
_LOGGER.warn(
f"Running episode {episode_num} but the schedule only defines"
f"Running episode {episode_num} but the schedule only defines "
f"{len(self.schedule)} episodes. Looping back to the beginning"
)
# not sure if we should be using a traditional warning, or a _LOGGER.warning