remove threading from readme example

This commit is contained in:
onyx-and-iris 2022-11-13 14:43:02 +00:00
parent 54a323fc81
commit 86a1045845

View File

@ -34,8 +34,6 @@ You may pass it as a keyword argument.
Example `__main__.py`: Example `__main__.py`:
```python ```python
from threading import Thread
import streamlabsio import streamlabsio