Skip to content

Commit

Permalink
🔊 修改log用词
Browse files Browse the repository at this point in the history
Co-authored-by: Ju4tCode <[email protected]>
  • Loading branch information
shoucandanghehe and yanyongyu committed Aug 21, 2024
1 parent 7420a62 commit 0bc66ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nonebot/drivers/websockets.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ def type(self) -> str:
@asynccontextmanager
async def websocket(self, setup: Request) -> AsyncGenerator["WebSocket", None]:
if setup.proxy is not None:
logger.warning("proxy is not supported with websockets driver")
logger.warning("proxy is not supported by websockets driver")
connection = Connect(
str(setup.url),
extra_headers={**setup.headers, **setup.cookies.as_header(setup)},
Expand Down

0 comments on commit 0bc66ba

Please sign in to comment.