Skip to content

Commit 00b6bd2

Browse files
authored
removed additional extra lines
1 parent 554db27 commit 00b6bd2

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

articles/azure-relay/includes/relay-hybrid-connections-websocket-requests-Python-get-started-client.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ a Hybrid Connections URL with SAS Tokens utilizing Websockets.
2626
```bash
2727
pip install <package name>
2828
```
29-
3029
2. Generate a `config.json` file to store your connection details
3130

3231
```json
@@ -37,7 +36,6 @@ a Hybrid Connections URL with SAS Tokens utilizing Websockets.
3736
"key": "SHARED_ACCESS_PRIMARY_KEY"
3837
}
3938
```
40-
4139
Replace the placeholders in brackets with the values you obtained when you created the hybrid connection.
4240

4341
- `namespace` - The Relay namespace. Be sure to use the fully qualified namespace name; for example, `{namespace}.servicebus.windows.net`.
@@ -64,7 +62,6 @@ a Hybrid Connections URL with SAS Tokens utilizing Websockets.
6462
import relaylib
6563
import websockets
6664
```
67-
6865
3. Add the following code to the `sender.py` file. The main script should look like the following code:
6966

7067
```python

0 commit comments

Comments
 (0)