Use the same password placeholder
This commit is contained in:
parent
6499a70163
commit
e0e1553324
2 changed files with 8 additions and 8 deletions
|
@ -67,7 +67,7 @@ The simplest script to consume the SSE looks like the following snipplet.
|
|||
```python
|
||||
from sseclient import SSEClient
|
||||
|
||||
messages = SSEClient('http://localhost:8123/api/stream?api_password=MYPASS')
|
||||
messages = SSEClient('http://localhost:8123/api/stream?api_password=YOUR_PASSWORD')
|
||||
for msg in messages:
|
||||
print(msg)
|
||||
```
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue