We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68cac52 commit bdaf208Copy full SHA for bdaf208
twitchio/web/__init__.py
@@ -40,8 +40,8 @@
40
try:
41
from .starlette_adapter import StarletteAdapter as StarletteAdapter
42
except ImportError:
43
- msg = "Please install the required packages: 'pip install twitchio[starlette]' to use the StarletteAdapter."
44
- logger.warning("Starlette or uvicorn is not installed, StarletteAdapter will not be available. %s", msg)
+ msg = "If you require the StarletteAdapter please install the required packages: 'pip install twitchio[starlette]'."
+ logger.warning("Starlette or uvicorn is not installed, StarletteAdapter support will not be available. %s", msg)
45
46
47
logger.removeHandler(handler)
0 commit comments