Skip to content

Commit

Permalink
Upd README
Browse files Browse the repository at this point in the history
  • Loading branch information
joente committed Sep 16, 2024
1 parent d8e7614 commit 8891a68
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -656,7 +656,8 @@ async def hello_world():
# for a secure connection, use wss:// and provide an SSL context, example:
# (ssl can be set either to True or False, or an SSLContext)
#
# await client.connect('wss://localhost:9270', ssl=True)
# client = Client(ssl=True)
# await client.connect('wss://localhost:9270')

try:
# replace `admin` and `pass` with your username and password
Expand Down

0 comments on commit 8891a68

Please sign in to comment.