fix autopep8 linting

This commit is contained in:
Aleix Conchillo Flaqué
2024-05-12 19:25:17 -07:00
parent 724e78c5be
commit bfbcb9d531

View File

@@ -44,7 +44,8 @@ try:
from daily import (EventHandler, CallClient, Daily)
except ModuleNotFoundError as e:
logger.error(f"Exception: {e}")
logger.error("In order to use the Daily transport, you need to `pip install pipecat-ai[daily]`.")
logger.error(
"In order to use the Daily transport, you need to `pip install pipecat-ai[daily]`.")
raise Exception(f"Missing module: {e}")
VAD_RESET_PERIOD_MS = 2000