Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
djipco authored May 11, 2021
1 parent a97b452 commit 823e542
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ The Python API currently offers the following methods:
So, for example, if you wish to manually send data to a client from Python, you can use this:

```python
ww = op('WebWelder/code').module
ww = op('WebWelder/api').module
message = {"test": 456}
ww.sendAll(json.dumps(message))
```
Expand Down

0 comments on commit 823e542

Please sign in to comment.