fix autopep8 linting
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user