This commit is contained in:
Lawrence Akka 2022-12-01 11:21:56 +00:00
parent 92df4f9722
commit 879e43789d
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ class NeoHub:
'You must provide a token for a connection on port 4243, or use a legacy connection on port 4242')
if port == 4242 and token is not None:
raise NeoHubConnectionError(
'You have provied a token, so you must use port=4243')
'You have provided a token, so you must use port=4243')
self._websocket = None
async def _send_message(self, reader: asyncio.StreamReader, writer: asyncio.StreamWriter, message: str):